Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

migration from mysql to oracle hits ora-01400

vkjujuSep 5 2017 — edited Sep 6 2017

we followed this instruction for migrating mysql to oracle,at the last step(press finish), we hit the following error:Migration actions have failed, check the migtation reports for details: capture Classic capture ora-01400: cannot insert null into ("MIGRATION_REPO","MD_PROJECTS","ID")

Our mysql is quite simple, create a database and create only one table: mysql> create table name (id char(20), name char(20)); Query OK, 0 rows affected (0.14 sec) , then migrate mysql to oracle and press finish->error ora-01400 , we don't even have any trigger or procedure on mysql , any more advice would be appreciated

Any advice would be appreciated

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2017
Added on Sep 5 2017
2 comments
1,127 views