Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SQLLOADER QUESTION
Hamid
Consider using the RR date format. The YY format assumes your date is in the current century. The RR format allows you to specify a different century. The breakpoint is the year 50.
Dennis Williams
DBA, 40%OCP, 100% DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Monday, April 28, 2003 5:22 PM
To: Multiple recipients of list ORACLE-L
Dear List,
I try to load some data into a table by using sqlloader, the date in text file has got some format like this 04/15/89 but when I load into the table in the table it's appear as 4/15/2089 how can I load it as 04/15/1989 I used DATE "mm/dd/yyy" in my control file: Here is my control file format date:
EFFECTIVE_DATE DATE "MM/DD/YYYY",
END_DATE DATE "MM/DD/YYYY"
here is data sample:
"1","ASI","000","ASI",1/1/83 ,
and in the table is 1/1/2083
Any idea appreciate.
Thanks in advance
Hamid Alavi
Office : 818-737-0526
Cell phone : 818-416-5095
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Hamid Alavi
INET: hamid.alavi_at_quovadx.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Apr 28 2003 - 19:31:37 CDT
![]() |
![]() |