Administrator
|
So your db is there, you re not touching the db. You are only copying the oracle home, renewing the Oracle home in other words..
Well, after relinking; I would just write a manuel tns entry into the relevant tnsnames.ora of the newly copied oracle home( deleting the prod-related tns entries is also a good idea) and make the executables be able to connect to the clone database (just a temporary connection) and then run an autoconfig on db tier ..
Autoconfig will do the rest, it will create the env and update the tns files..
This is my way, and it will work.
However; if you will use adcfg for that, then you should use dbTechstack.. But as I said, running autoconfig in the way that I describe is enough actually.
|