I have tried navicat premium, a new navicat product from the navicat family. It integrates Oracle, MySQL, and PostgreSQL management. I personally feel very strong (FAST )!
In a whim, can Oracle import MySQL? First try:
1) A new Oracle connection and MySQL connection are created.
2) Tools> data transmission (e.g)
3) the import starts.
After the import is complete, check the import effect. It is very good, but there are also some problems that need to be changed manually:
1) Oracle Auto-increment fields are generally controlled by "sequence", so the imported auto-increment fields do not seem to have the auto-increment attribute.
2) Primary keys and indexes may not be perfect.
3) For Encoding Problems, navicat premium exports data in UTF-8 format by default. Please consider the specific MySQL and Oracle encoding.
Overall, it's good. Change it by yourself.