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 SQL not working

2739116Aug 26 2014 — edited Aug 27 2014

Hello everybody,

I'm new to Oracle SQL but since our MySQL database is growing and getting slower I would like to test the performance of Oracle SQL.

So I downloaded the current Oracle Linux distro and installed Oracle Database 11g Express Edition on it.

I logged in with Oracle SQL Developer and started to migrate the MySQL database by following each step in this tutorial.

I had to give all privileges to the migration user (otherwise the creation and deleteion of the migration repository didn't worked) and I deactivated the migration of constraints to make the migration work.

So I proceeded through all the steps of the tutorial and ended with a "migration successfull".

The last step in the tutorial was to login to the migrated db (using a generated username/password combination), this was not possible.

What did I already checked?

  • Logged in as the system user, I see that there's no new user created for the migrated db
  • Looking at the overview in the migration repository I can see 3 phases, not knowing if the third is showing an error or if it is not needed at all (I had 58 tables in the source db)
    • Capture 58/58
    • Convert 58/58
    • Compile 0/58

From here on I do not know where to look for further errors.

I still cannot use the migrated db and so I cannot proceed with my tests.

Did I miss a something?

I'd appreciate your help.

Astaldo

This post has been answered by Dermot ONeill-Oracle on Aug 26 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2014
Added on Aug 26 2014
2 comments
1,881 views