将 MySQL 表导出到 Oracle DB
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4242873/
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
Export MySQL tables to Oracle DB
提问by Anand Sunderraman
I would like to migrate my existing mysql db (ver 5) to Oracle DB (11g).
我想将我现有的 mysql db(第 5 版)迁移到 Oracle DB (11g)。
The export scripts provided by phpmyadmin do not seem to work.
phpmyadmin 提供的导出脚本似乎不起作用。
采纳答案by Anand Sunderraman
I found an answer to this in Oracle Help it self. They have a topic on migrating third party databases, but an easier method is to export your data as .csv files and then import them into oracle.
我在 Oracle Help it self 中找到了答案。他们有一个关于迁移第三方数据库的主题,但更简单的方法是将您的数据导出为 .csv 文件,然后将它们导入 oracle。