Oracle sqlldr timestamp format headache

前端 未结 1 743
挽巷
挽巷 2021-01-04 21:58

I\'m struggling to get sqlldr to import a csv data file into my table, specifically with the field that is a timestamp.

The data in my csv file is in th

相关标签:
1条回答
  • 2021-01-04 22:39

    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.

    0 讨论(0)
提交回复
热议问题