Oracle資料匯入MySQL的快捷工具

2021-06-05 17:38:01 字數 1611 閱讀 5671

oracle資料庫中的資料某些情況下需要匯入到mysql中,如何方便快捷地匯入呢?使用mysql gui tools中的mysql migration toolkit就可以輕鬆搞定,該工具對clob、blob型別的資料也有非常好的支援。

以下是利用該工具將原有的oracle資料庫中的資料匯入到mysql的過程。

1、 執行mysql migration toolkit,一路「next」到「source database」,在database system中選擇oracle database server,如果第一次使用會告之要求載入驅動程式ojdbc14.jar。

載入驅動程式之後,介面將變成如下的形式,在其中填寫oracle資料庫的連線資訊,按「next」繼續。

2、 在target database中預設database system為mysql server,在connection parameters中填寫相應的mysql資料庫的連線資訊,按「next」繼續。

3、進行資料庫連線測試,測試通過後按「next」到source schemata selection,點選準備進行資料遷移的schemata後按「next」繼續。

4、在object type selection,點detailed selection按鈕,在下方左側列表中選擇不進行遷移的表,將其放入右側列表中,即左側列表剩餘的表都將進行資料遷移。選擇好之後按「next」繼續。

如果源資料庫和目標資料庫連線資訊無誤,會顯示「execution completed successfully」,點「advanced」會顯示詳細的資訊;如下圖,點「next」

選擇schemata,也可以用「ctrl」或則「shift」選擇你需要的多個schemata,如圖7,點「next」,

圖7.實現資料轉化,如圖8,點「next」,

圖8.如圖9所示,選擇需要遷移的表。預設選擇schemata下所有的表。點「detailed selection」,如圖10所示,移除不需要的表,點「next」,

圖9.

圖11.

物件被執行遷移,如圖12,點「next」,

圖13.

最後檢視log。

Oracle資料匯入MySQL

使用mysql migration toolkit快速將oracle資料匯入mysql 1 執行mysql migration toolkit,一路 next 到 source database 在database system中選擇oracle database server,如果第一次使用會告之...

Oracle資料匯入MySQL

使用mysql migration toolkit快速將oracle資料匯入mysql 1 執行mysql migration toolkit,一路 next 到 source database 在database system中選擇oracle database server,如果第一次使用會告之...

mysql資料匯入oracle

步驟 1 從mysql匯出資料檔案 select sender,imsi,random code,date format token create time,y m d h i s date format last login time,y m d h i s 1 as status from tb...