SQL * Loader : Load data with format MM/DD/YYYY HH:MI:SS PM
Astr0Jan 10 2013 — edited Jan 11 2013Please advice how to load data with format MM/DD/YYYY HH:MI:SS PM into an Oracle Table using SQL * Loader.
- What format should I give in the control file?
- What would be the column type to create the table to load data.
Sample data below;
MM/DD/YYYY HH:MI:SS PM
12/9/2012 2:40:20 PM
11/29/2011 11:23:12 AM
Thanks in advance
Avinash