如何将MySQL数据库迁移到Oracle数据库

王朝mysql·作者佚名  2008-06-01
宽屏版  字体: |||超大  

将MySQL数据库迁移到Oracle数据库的具体过程:

需要准备的工具:

1.连接Mysql 的jdbc 驱动 mysql-connector-java-5.0.4-bin.jar

2.Oracle公司开发的SQL Developer 1.2

下面就是配置SQL Developer 1.2

配置环境:

选择Tools-PReferences -Database-Third Party JDBC Driver 点击 Add Entry 添加Mysql的jdbc 驱动。

配置MySQL和Oracle的连接

点击Connection 右键选择 New Connection 分别建立Mysql 和Oracle连接。

建立好连接后,你就可以查看你得数据库了。

配置Repository

选择 Migration -> Repository Management -> Create Repository 创建 Repository。

两种迁移数据的方式:

1. Capture the source database or tables

2. Convert the captured database or tables

3. Generate DDL for the new Oracle schema objects

4. Run the generated DDL script to create the new user and objects

5. Copy any data from the source database to the new database,select Migration->Migration Data select a converted model.

快速迁移:

选择你要迁移的表或数据库,选择Migration -> Quick Migrate

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有