advertisements
_____________________________________________________________________________________________________________________
Error Description:
RMAN Duplicate command fails with following error message.
RMAN-00571: =======================================================
RMAN-00569: =========== ERROR MESSAGE STACK FOLLOWS
RMAN-00571: =======================================================
RMAN-03002: failure of startup command at 08/23/2006 11:14:56
Solution Description:
This error happens when the primary database is in RAC and the standby database running on single instance. During the duplicate the RMAN will read the source control file, its RAC parameters and try to duplicate RAC as well which is not possible as the standby is running on single instance.
You have to add SET CLUSTER_DATABASE=’FALSE’ in RMAN duplicate command.
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment