Restoring RMAN backup with different db_unique_name
Hello,
I would like to restore from rman backup taken from a RAC database system to another RAC database system.
Below are the example steps to restore a RAC database to standalone. I would like to find out equvalent steps to restore a backup on a RAC database which db_unique_name differs from the database that RMAN backup was taken. Thanks in advance.
1. Start a standalone database named DBPRD in nomount mode. (Same name as db_unique_name of the source RAC database)
2. Restore controlfiles.
3. Mount the database (alter database mount) and issue redirect datafile locations (set newname for datafile...)