i have to convert very large databases from sql to oracle and oracle is not liking the date styles from sql
my sql tables contain the following date styles:
i have tried converting them with the migrator tool in oracle sql developer to the following:
however any table that has dates returns empty in oracle
i tried manually placing in 1 row for a test in the empty table and i get the following error:
Quote
One error saving changes to table "DBO_CDOTE470"."BRIDGE":
Row 1: ORA-01861: literal does not match format string
ORA-06512: at line 1
if i remove the dates in place it will commit -- with the dates it will not
dates i am passing:
1 | 2005-05-26 13:02:23.0000000 |
what it will only accept
i cant just type in convert blah blah because the db's are over 3gigs