Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> SQLLoader and RR date format
Hi most knowledgeable ones,
I have an 8.0.5 database with the date format set to DD-MON-RR. I'm trying to load data through sqlloader with date data formatted as RRMMDD (430210 is Feb 10th 1943). The query results return 10-FEB-2043 using to_date(mydate,'DD-MON-YYYY').
Is there a way in sqlloader to load this date in it's current format and have it show in the database as 1943?
Am I missing something?
Data to load: 430210
Ctl code: birthday position(1:6) date 'RRMMDD'
Table column: birthday date
Thanks, Mike