Database Migration query.
Hello,
We have a requirement to migrate derby database to Oracle database (same server version (RTC4.0)).
The destination database (i.e Oracle) already has some data. Will the migration overwrite or add new data upon the existing data? The destination database(oracle) is already configured for an RTC instance(1) and has data and we are planning to migrate another RTC instance with derby database onto the former RTC instance.
Are there any risks/issues that we can expect?
Thanks
One answer
The existing database will be overwritten and you will lose all existing data, which will be replaced with the data from your Derby database instance.
If you want to migrate data, you will need to selectively import and export data from the existing RTC instances using the import/export tools for work items and source code. The database import/export tools are for migration of an entire repository, and will overwrite any existing data in your established Oracle instance.