configuration can't be chaned for BACKUP or STANDBY control file [message #566701] |
Tue, 18 September 2012 13:40 |
|
BeefStu
Messages: 208 Registered: October 2011
|
Senior Member |
|
|
On my stand by DB when I run the following command I get this error:
Can somebody explain why this is happening?
Is this line really needed based on my run block?
Thanks to all who answer.
run
{
sql 'ALTER DATABASE BACKUP CONTROLFILE TO TRACE';
allocate channel t1 type 'SBT_TAPE'
tag="20120918_lvl2_tue_dly" as compressed
backupset database plus archivelog delete input;
backup (current controlfile);
backup spfile;
release channel t1;
}
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 09/18/2012 13:17:39
RMAN-05021: this configuration cannot be changed for a BACKUP or STANDBY control
file
|
|
|
|
|
|
|