Convert mysql database to Oracle

北战南征 提交于 2019-12-08 06:51:42

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!