How do I convert an Oracle database to MySQL? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question 开发者_JAVA百科Is there a recommended tool to convert an Oracle database including (stored procedures) into MySQL?
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.
Try the MySQL forums: How to migrate database from Oracle 10g to MySQL
You will need a MySQL administrator, or specifically Navicat (MySQL GUI).
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.
I can recommend the open source business intelligence software Pentaho. I suppose it supports MySQL too.
精彩评论