How to convert date types from mysql to oracle using Sql*Loader.
472609Mar 3 2006 — edited Mar 7 2006I'm having a table in mysql which contain some date columns of data time type.I 'm migrating those data alone from mysql to oracle using the Sql*Loader.But in my oracle database the data colums are in "TimeStamp".While executing the script i'm getting the error like "Rejected - Error on table AS_PACKAGE, column INSTALLATION_TIME.
ORA-01843: not a valid month".IS there any changes in the CTL file i have to do before executing it.
Thanks,
Jai