Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: SQL*Loader

Re: SQL*Loader

From: Gary M. Greenberg <garyg_at_southeast.net>
Date: 1997/04/26
Message-ID: <5jrl1s$k5h@news.southeast.net>#1/1

[question about parsing a field into up to 3 fields as date components]

As SQL*Loader can contain PL/SQL you could set up a series of when clauses and parse the date based on it's length and other factors which will tell you when it's got a year or not. Clearly this will be rather tricky as you'll need lots of rules. Look at the Utilities manual.

hth,

gary         -=-  The C Programmers' Reference -=-
        http://users.southeast.net/~garyg/C_ref/C/c.html
        -=-    Avenue Programmers' Classes' Requests -=-
         http://users.southeast.net/~garyg/classes.htm
Received on Sat Apr 26 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US