开发者

Export MySQL tables to Oracle DB [closed]

开发者 https://www.devze.com 2023-01-26 19:57 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_高级运维 Closed 10 years ago.

I would like to migrate my existing mysql db (ver 5) to Oracle DB (11g).

The export scripts provided by phpmyadmin do not seem to work.


http://www.packtpub.com/article/migrating-mysql-table-using-oracle-sql-developer-1.5

hope helps you


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消