Is there a recommended tool to convert an Oracle database including (stored procedures) into MySQL?
是否有推荐的工具将包含(存储过程)的Oracle数据库转换为MySQL?
4 个解决方案
#1
3
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.
我问了一个类似的问题,从我得到的答案我可以推荐OmegaSync,虽然我没有尝试迁移存储过程,但它也支持。
#2
1
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)。
#3
1
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。
#4
1
I can recommend the open source business intelligence software Pentaho. I suppose it supports MySQL too.
我可以推荐开源商业智能软件Pentaho。我想它也支持MySQL。
#1
3
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.
我问了一个类似的问题,从我得到的答案我可以推荐OmegaSync,虽然我没有尝试迁移存储过程,但它也支持。
#2
1
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)。
#3
1
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。
#4
1
I can recommend the open source business intelligence software Pentaho. I suppose it supports MySQL too.
我可以推荐开源商业智能软件Pentaho。我想它也支持MySQL。