How is the Jazz data warehouse migrated from vendor DB to another?
![]() We are running CLM 5.0.2 iFix15 with RTC and DNG on linux under WAS 8.5 with a DB2 DB. We are migrating our DBs from DB2 to Oracle.
|
4 answers
![]()
Ralph Schoon (62.0k●3●36●43)
| answered May 23 '17, 5:50 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER As far as I can tell, there is no repotools export for the data warehouse. I think you will have to create with a new database and the data warehouse will have to be recreated from the application data. There might be some data e.g. for build results that are already deleted, that might not be possible to recreate.
Please check this page in the deployment Wiki for more information https://jazz.net/wiki/bin/view/Deployment/DeploymentMigratingAndEvolving
|
![]() Hello Kevin,
|
![]() See: http://www.oracle.com/technetwork/database/migration/db2-084087.html
|
Comments
You can do db2move export to get the tables into a collection of ixf files. I don't know if Oracle can read'm though.