程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> 關於MYSQL數據庫 >> 如何將MySQL數據庫遷移到Oracle數據庫_MySQL教程

如何將MySQL數據庫遷移到Oracle數據庫_MySQL教程

編輯:關於MYSQL數據庫

 將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

 


 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved