关于IBM Data Movement Tool的用法

此工具确实是数据库迁移的利器,尽管在某些方面做的还欠缺,但是能够大大方便DBA来做异种数据库之间的迁移工作。
比如数据库从DB2 Z/OS到DB2 LUW的迁移,需要首先把DB2的java驱动包收集全。

Database                            JDBC drivers
DB2 for Linux, UNIX, and Windows    db2jcc.jar, db2jcc_license_cu.jar or db2jcc4.jar, db2jcc4_license_cu.jar
DB2 for z                            db2jcc.jar, db2jcc_license_cisuz.jar or db2jcc4.jar, db2jcc4_license_cisuz.jar

Environment setup

UNIX: Login to your server as DB2 instance owner.
Windows: Launch a DB2 Command Window.
Change to the IBMDataMovementTool directory. The tool is a JAR file with two driver scripts to run the tool.

IBMDataMovementTool.cmd - Command script to run the tool on Windows.
IBMDataMovementTool.sh - Command script to run the tool on UNIX.
IBMDataMovementTool.jar - JAR file of the tool.
Pipe.dll - A DLL required on Windows if pipe option is used.
    
On Windows:
db2cmd
IBMDataMovementTool -console
On UNIX:
instance user
./IBMDataMovementTool.sh -console

请使用浏览器的分享功能分享到微信等