2,367 views
in Dataguard by ACE (20,920 points)
RMAN-03002: failure of Duplicate Db command at 06/30/2014 19:46:07
RMAN-03015: error occurred in stored script Memory Script
RMAN-03009: failure of sql command on clone_default channel at 06/30/2014 19:46:07
RMAN-11003: failure during parse/execution of SQL statement: alter database mount standby database
ORA-01102: cannot mount database in EXCLUSIVE mode

1 Answer

by ACE (20,920 points)
Make sure to set

In Primary  System

*.db_unique_name=prod # in Primary parameter file

*.db_name=prod

################ In Standby System

*.db_unique_name=stan # in standby parameter file

*.db_name=prod

 

Here prod and stan are instance names

Thanks

UNIRAC.IN

Categories

...