SYBASE 遷移到DB2

jacalwu發表於2009-11-19

最近接到個CASE ,客戶要將應用從sybase遷到DB2 上面去。初步方案使用MTK 進行遷移。MTK 可以按DB2的語法轉換SYBASE上的資料庫物件,並生成對應的初始化指令碼。但sybase ,DB2 兩者有者不小差異,生成後的指令碼還需要進一步的手工修改,才可以釋出到DB2資料庫上。

初步測試步驟如下

1.         install MTK

 

2.         gen the database object sql from source Sybase database

 

3.         use MTK conver the SQL into db2 format

this need to several cycle to make all the object done

 

4.         create the database object in db2

 

5.         export the table data from source Sybase database using bcp

  

6.         load the data into db2

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/100545/viewspace-620070/,如需轉載,請註明出處,否則將追究法律責任。

相關文章