Hi All,
May I have your help?
I tried to load data from CSV file of excel into oracle database 11g using SQL*Loader.
Please advice me how to load time without date format "H:MM:SS AM' to the database.
- What format should I give in the control file?
- How would be the column type of this filed in the table?
Sample data below;
H:MI:SS AM/PM
4:57:08 PM
11:21:45 AM
Thank you in advance.
Ora.