Cloning Error: - RMAN-06758 [message #531388] |
Tue, 15 November 2011 13:29  |
sahadba
Messages: 59 Registered: September 2009 Location: Pune
|
Member |

|
|
Hi Experts,
I am new to RMAN, while executing a clone script i got the below error : -
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 11/15/2011 20:07:34
RMAN-12010: automatic channel allocation initialization failed
RMAN-06758: DB_UNIQUE_NAME is not unique in the recovery catalog
Here i understand that RMAN couldn't find which SPFILE to use to restore the target DB.
How do i check for the DB_UNIQUE_NAME in recovery catalog?
The proposed solution that i found was
Use the FOR DB_UNIQUE_NAME option to specify the name of the instance whose parameter file you want to restore
Can anyone please explain me this as i fail to understand how to implement this in my clone script?
Thank you
|
|
|
|
|
|
|
Re: Cloning Error: - RMAN-06758 [message #531545 is a reply to message #531542] |
Wed, 16 November 2011 13:16   |
sahadba
Messages: 59 Registered: September 2009 Location: Pune
|
Member |

|
|
Hi,
I checked the db_unique_name of database from RMAN
RMAN> list db_unique_name of database;
List of Databases
DB Key DB Name DB ID Database Role Db_unique_name
------- ------- ----------------- --------------- ------------------
14663342 LUU 2901056869 PRIMARY LUU
14663342 LUU 2901056869 STANDBY URLUU
I think if I UNREGISTER Db_unique_name URLUU, it should solve the issue
RMAN> UNREGISTER DB_UNIQUE_NAME URLUU;
Please provide me with your inputs.
Thank You
[Updated on: Wed, 16 November 2011 13:16] Report message to a moderator
|
|
|
Re: Cloning Error: - RMAN-06758 [message #531546 is a reply to message #531545] |
Wed, 16 November 2011 13:23   |
 |
Mahesh Rajendran
Messages: 10707 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Quoting you from your previous post
>> 2) No it is not a Dataguard implementation
Quoting you again.
Quote:RMAN> list db_unique_name of database;
List of Databases
DB Key DB Name DB ID Database Role Db_unique_name
------- ------- ----------------- --------------- ------------------
14663342 LUU 2901056869 PRIMARY LUU
14663342 LUU 2901056869 STANDBY URLUU
Which one of 'em is true?
As said earlier
restore spfile for db_unique_Name <yourDBUniquenameThatyouwant>
[Updated on: Wed, 16 November 2011 13:32] Report message to a moderator
|
|
|
|