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 (63.5k●3●36●46)
| 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 Steve,
Comments
Steve Mills
commented May 23 '17, 8:25 a.m.
Thanks Ralph and Francesco. I am a little disappointed that any past trending data will be lost, but glad to have that expectation set and known. This also clears up my confusion on the topic and will allow me to move forward,
|
Hello Kevin,
Comments
Kevin Ramer
commented May 23 '17, 2:04 p.m.
Fair enough. My thinking is that the schema would be somewhat portable.
|
See: http://www.oracle.com/technetwork/database/migration/db2-084087.html
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
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.