How do I convert an Oracle database to MySQL? [closed]

断了今生、忘了曾经 提交于 2019-12-08 19:49:47

问题


Is there a recommended tool to convert an Oracle database including (stored procedures) into MySQL?


回答1:


I've asked a similar question and from the answers I got I can recommend OmegaSync, although I did not try to migrate stored procedures, but it's supported too.




回答2:


Try the MySQL forums: How to migrate database from Oracle 10g to MySQL

You will need a MySQL administrator, or specifically Navicat (MySQL GUI).




回答3:


You can try to investigate the MySQL Migration Toolkit. It claims to be able to migrate from Oracle, but it has reached its EOL. I am not sure if it can help you if you're using the latest versions of Oracle or MySQL. It's replacement is MySQL Workbench.




回答4:


I can recommend the open source business intelligence software Pentaho. I suppose it supports MySQL too.



来源:https://stackoverflow.com/questions/5781975/how-do-i-convert-an-oracle-database-to-mysql

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