sqlldr: loading data with date [message #219708] |
Thu, 15 February 2007 10:46 |
syang
Messages: 30 Registered: February 2007
|
Member |
|
|
Hi All,
Does anyone know how to load data (with sqlloader) that has the following date pattern?
1. 12/27/2006 12:39:36 PM
2. 1/17/2007 7:03:03 AM
How will the control file be setup in order to deal with this date pattern?
...
(SUPLR_ID,
LGL_BUSNS_NAME,
LAST_CHG_DT date "mm/dd/yyyy hh:mm:ss")
My question is how to interprete this "PM and AM" in the control file.
Thanks for your advice!
|
|
|
|
|
|
|