Correct replacing ODI objects (Datastores, KM...)
666096Dec 17 2008 — edited Dec 18 2008Hi all!
I have the following question: how to correctly replace ODI objects like Datastores, Datastores columns, KMs, models.
In "correctly" context I mean the way in which other objects which use this 'replaced' automatically update their links to it.
Situation 1:
I renamed column tt1 -> tt2 in Oracle DB; when I reverse this table in ODI (where it has already been ) I get a new column tt2, but the column tt1 there is as well and all interfaces have link for tt1. How to do reversing that interfaces refer to a new column tt2? (of course without hand editing of interfaces)
Situation 2:
I have a LKM1. Also I have a LKM2 which is an improving of LKM1. So I want to replace LKM1 that all interfaces refer to a LKM2 (of course without hand editing of interfaces)
Situation 3:
I have a Datastore1. I want to reverse Datastore2 that all interfaces (which reffered to Datastore1) refer to Datastore2 (of course without hand editing of interfaces)
thanks