CLM 606 Liberty change database from SQL 2014 to Oracle 12c
Hello Team,
Accepted answer
Hi Sunil,
After you run -rebuildIndices and -reindex all you then continue with exporting the database to .tar files.
Once you have exported all the databases, change the database configuration settings in teamserver.properties of jazz.
Oracle DBs should already be set up and configured properly.
Now, you will run repotools -import from the previously exported .tar DB files. This action takes the data from the file and inserts them into the Oracle Database according to your changed settings in teamserver.properties.
If data architecture needs to be changed because of different DB vendor, the previous command does it all.
Comments
Thanks Adam..!
8.Start Server
Hi Sunil,
DB password may be changed if needed (you can edit it in temaserver.properties)
Yes, you need to create DB tablespace (not tables) in Oracle server before running the import.
Do not run -addTables command, the -import proccess will do it instead.
All other points are correct.
HINT: After you reconfigure teamserver.properties with new DB configuration you may run repotools -verify command to check if the applciation is able to communicate with new database.
Please check this short article describing moving DNG database from Derby to Oracle in more detailed way. I think it woud help you (the process is the same for other databases): https://jazz.net/wiki/bin/view/Deployment/MigratingDNGDBFromDerby2Oracle
In case you need direct support with anything related to Jazz, you can find us at www.softacus.com :)
Thanks Adam!!