How to figure out ORA-00245: control file backup operation failed 11.2 RAC?
Oracle 11gR2 RAC + ASM
RMAN> show all;
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '+RECO_EXA';
RMAN>
Finished backup at 02-JUN-11
Starting Control File and SPFILE Autobackup at 02-JUN-11
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 06/02/2011 03:34:59
ORA-00245: control file backup operation failed
RMAN>
Finished backup at 02-JUN-11
Starting Control File and SPFILE Autobackup at 02-JUN-11
piece handle=+RECO_EXA/db/autobackup/2011_06_02/s_752729707.936.752729709 comment=NONE
Finished Control File and SPFILE Autobackup at 02-JUN-11
Sometime I can backup controlfile, but sometime error.... When I traced it during backup controlfile error:
RMAN> show all;
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '+RECO_EXA';
RMAN>
Finished backup at 02-JUN-11
Starting Control File and SPFILE Autobackup at 02-JUN-11
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 06/02/2011 03:34:59
ORA-00245: control file backup operation failed
RMAN>
Finished backup at 02-JUN-11
Starting Control File and SPFILE Autobackup at 02-JUN-11
piece handle=+RECO_EXA/db/autobackup/2011_06_02/s_752729707.936.752729709 comment=NONE
Finished Control File and SPFILE Autobackup at 02-JUN-11
Sometime I can backup controlfile, but sometime error.... When I traced it during backup controlfile error:
0