I\'m struggling to get sqlldr to import a csv data file into my table, specifically with the field that is a timestamp.
sqlldr
The data in my csv file is in th
you can try this format:
event_timestamp TIMESTAMP "dd-MON-yy hh.mi.ss.ff6 PM"
You can browse all available formats in the SQL reference documentation.