Moving RTC data on DB2 to another DB2 server
One answer
The process to move your data from Derby to DB2 (using the repotools export and import commands) is intended for transferring data between different database vendors. The same process will also work for your case. However, since you're staying on DB2, I'd recommend that you use the DB2 tools (such as db2move), as they will be much quicker.
Comments
1 vote