==============================================================================================================
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-00204: error in reading (block 1, # blocks 1) of control file
ORA-00202: control file: '+DATA1/silwb/controlfile/current.256.746676651'
ORA-15081: failed to submit an I/O operation to a disk
# -----------------------------------------------------------------
# RMAN command section
# -----------------------------------------------------------------
RUN {
ALLOCATE CHANNEL ch0
TYPE 'SBT_TAPE';
SEND 'BSA_SERVICE_HOST=172.16.128.15,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={D4E497A8-4F1F-4504-A3C1-729253C80B42},NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\apopis.usil.edu.pe\SILWB';
BACKUP
INCREMENTAL LEVEL=0
FORMAT 'BE_U'
DATABASE FORCE PLUS ARCHIVELOG FORCE NOT BACKED UP;
RELEASE CHANNEL ch0;
}
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of allocate command at 10/22/2012 14:46:23
ORA-00204: error in reading (block 1, # blocks 1) of control file
ORA-00202: control file: '+DATA1/silwb/controlfile/current.256.746676651'
ORA-15081: failed to submit an I/O operation to a disk
EXIT
Recovery Manager complete.
==============================================================================================================