I am trying to import data from CSV file in to Oracle Table.
One of the column is DATETIME, with an example value- "6/26/2018 12:41:00 PM" (With 2 spaces between date and time)
In Data Import Wizard --> Column Definition --> Data Type
I select "Data Type" as Timestamp.
What should select in the below fields- Size/Precision- ?? (I tried different sizes like 15, 23, 25,50 ) Format- ?? (I tried various formats- MM/DD/YYYY HH:Mi:SS AM, MM/DD/YYYY HH:Mi:SS)
Please advise.
Thanks!