问题
I want to convert my MySQL database to Oracle. I read this. I tried Oracle SQL Developer and watched this as well. I downloaded the oracle developer from Oracle. But there isn't any item called "Migrations" or "Repository" in that tool. I use MySQL 5.5 and oracle 10 g servers.
How do I convert a MySQL database to Oracle? Any working code or useful link would be appreciated. I am familiar with MySQL, but an absolute beginner on Oracle databases.
回答1:
The download link you showed for Oracle SQL Developer is very old (V 1.2 from 2007!)... current version is 3.x from March 2011 - see for download http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
The current version has indeed a Migrations as submenu of Extras... HTH
来源:https://stackoverflow.com/questions/7459336/convert-mysql-database-to-oracle