Skip to Main Content

Japanese

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!

SQL Developer Data Migration to 12c database

user8793757Sep 17 2014

I am using SQL Developer to migrate a MySQL database into a 12c database. Everything seems to be working fine apart from the create of the IDENTITY columns on the tables. Instead of creating the primary key ID columns as IDENTITY columns it is creating BEFORE INSERT triggers on the tables - the columns in the MySQL database are auto incremented. According to the documentation I have found SQL Developer should detect that the database being migrated to is a 12c database & thus create the tables using the new IDENTITY feature in 12c. I found a setting in the Generation Options (Target Oracle Database 12c checkbox) which I have checked, but it is still creating the triggers instead of the identity columns.

Any ideas?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 15 2014
Added on Sep 17 2014
0 comments
780 views