Repository migration steps

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
abc123
Premium Member
Premium Member
Posts: 605
Joined: Fri Aug 25, 2006 8:24 am

Repository migration steps

Post by abc123 »

We are trying to migrate repositories in Oracle 10G from one database to another. This is for 8.0.1 (Windows) and 8.1(Unix) and we have both parallel and server jobs. I came up with the following steps:

1) Back up the current XMETA schema to another schema.
2) Back up all Datastage objects.
3) Create a DBLink to DBTgt from DBSrc.
4) Create the XMETA schema and the tables in the DBTgt.
5) Insert the source records into the target database.

This is very high level and I know I missed tons of steps. Can anyone add any additional steps?

Appreciate your help.
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Review the following presentation regarding how to perform that migration. It details the steps you need to take.

Relocating the XMETA repository for Information Server 8.0.1 and 8.1

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply