如何将 Oracle 数据库转换为 MySQL?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5781975/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do I convert an Oracle database to MySQL?
提问by
Is there a recommended tool to convert an Oracle database including (stored procedures) into MySQL?
是否有推荐的工具将 Oracle 数据库(包括(存储过程))转换为 MySQL?
采纳答案by CloudyMarble
I've asked a similar questionand from the answers I got I can recommend OmegaSync, although I did not try to migrate stored procedures, but it's supported too.
回答by user722891
回答by IAbstract
Try the MySQL forums: How to migrate database from Oracle 10g to MySQL
试试 MySQL 论坛:如何将数据库从 Oracle 10g 迁移到 MySQL
You will need a MySQL administrator, or specifically Navicat (MySQL GUI).
你需要一个 MySQL 管理员,或者特别是 Navicat (MySQL GUI)。
回答by Jurri
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.
您可以尝试调查MySQL Migration Toolkit。它声称可以从 Oracle 迁移,但它已经到了EOL。如果您使用的是最新版本的 Oracle 或 MySQL,我不确定它是否可以帮助您。它的替代品是MySQL Workbench。