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
Thank you for the answer. So after the move, we just need to change the entry in teamserver.properties for both JTS & CCM (plus DW), right?
Yes, that's right.
Hello,
Is it also possible to move the data from one oracle to another oracle database?
Is there any plugin available in RTCÂ to do this?
Kindly let me the know the steps to do it
Thanks!
Regards,
Shruthi
Hi, please check the documentation of your DBMS provider on how to move data from one DB server to another. There are restrictions on what is possible, for example if changing the platform. For DB2 there is a table in the documentation that states what is supported. If your scenario is not supported, you would have to use repotools as if you change the DB vendor.
1 vote