mysql数据库迁移到Oracle数据库迁移方案

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

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

相关文档
最新文档