How to register the backup catalog with the new location on test server
Hi,
I have 2 servers, those are prodserver and testserver.
prodserver is our production server and testserver is our test server.
Our database is 11.1.0.7.0 on Linux x86.
We need RMAN cloning of production db to test db (which is located in our test server).
As per above scenario ,both server does not contains same mount points.
Suppose in prodserver,I will take RMAN backup to /u01 mount point.
After backup I will copy backup files to testserver in /u02 mount point.
My question is how do I register the backup catalog in the /u02 mount point (which was copied from /u01 mount point in the production) in the test server to restore the same there.
On a temporary basis I have created a soft link the test server which points from the /u02 to a /u01 location and the catalog is woring out.
Just would like to know how would I register the backup with the new location of the test server.
Regards,
Karthik C