Precision lost when loading with sql loader
Hi All, My DB is 11.1. When I loaded date type data from one text file that was generated by spooling out data from another table, I found the time fraction of date was lost. I used to_date(:end_date, 'yyyymmdd hh24:mi:ss') to convert the column. Data got loaded successfully except this. I don't know whether sql loader doesn't support date with time or I missed some keywords here? Best regards, Leon |
0