Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> RMAN Failures
Hello all,
We recently moved our RMAN catalog from one dying server to another machine. I did a full cold backup and restore, copied all the datafiles, controlfiles, etc.
Now, when we're trying to run RMAN backup, we get the following errors:
/********* ERROR MESSAGES
RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
RMAN-00571: =========================================================== RMAN-03015: error occurred in stored script backup_db_full RMAN-03015: error occurred in stored script backup_al_all RMAN-03002: failure during compilation of commandRMAN-03013: command type: backup
END ERROR MESSAGES ***********/ I'm not quite sure what's going on... The backup seems to go alright. The whole backup log is posted at the end of this message.
Has anyone seen this before, or have any ideas as to what it (or me) is doing wrong? Should I just go and recreate a new catalogue?
Thanks!
E_T
Full Backup Log:
Recovery Manager: Release 8.1.7.4.0 - Production
RMAN-06005: connected to target database: DBH0H0 (DBID=3754273486) RMAN-06008: connected to recovery catalog database
RMAN> run {
2> execute script backup_db_full; 3> } 4>
RMAN-03021: executing script: alloc_1_tape
RMAN-03022: compiling command: allocate RMAN-03023: executing command: allocate RMAN-08030: allocated channel: t1 RMAN-08500: channel t1: sid=18 devtype=SBT_TAPE RMAN-08526: channel t1: MMS Version 2.2.0.1
RMAN-03022: compiling command: set limit RMAN-03023: executing command: set limit
RMAN-03021: executing script: set_maxcorrupt
RMAN-03022: compiling command: set
RMAN-03022: compiling command: backup RMAN-03023: executing command: backup RMAN-08008: channel t1: starting full datafile backupset RMAN-08502: set_count=1406 set_stamp=520779414 creation_time=14-MAR-04 RMAN-08010: channel t1: specifying datafile(s) in backupset RMAN-08522: input datafile fno=00001
RMAN-08525: backup set complete, elapsed time: 00:00:46 RMAN-08008: channel t1: starting full datafile backupset RMAN-08502: set_count=1407 set_stamp=520779460 creation_time=14-MAR-04 RMAN-08010: channel t1: specifying datafile(s) in backupset RMAN-08522: input datafile fno=00009
RMAN-08525: backup set complete, elapsed time: 00:00:25 RMAN-03023: executing command: partial resync RMAN-08003: starting partial resync of recovery catalog RMAN-08005: partial resync complete
RMAN-03021: executing script: rel_1_tape
RMAN-03022: compiling command: release RMAN-03023: executing command: release RMAN-08031: released channel: t1
RMAN-03021: executing script: archive_log_current
RMAN-03022: compiling command: sql RMAN-06162: sql statement: alter system archive log current RMAN-03023: executing command: sql
RMAN-03021: executing script: backup_al_all
RMAN-03021: executing script: alloc_1_tape
RMAN-03022: compiling command: allocate RMAN-03023: executing command: allocate RMAN-08030: allocated channel: t1 RMAN-08500: channel t1: sid=18 devtype=SBT_TAPE RMAN-08526: channel t1: MMS Version 2.2.0.1
RMAN-03022: compiling command: set limit RMAN-03023: executing command: set limit
RMAN-03022: compiling command: backup RMAN-03025: performing implicit partial resync of recovery catalog RMAN-03023: executing command: partial resync RMAN-08003: starting partial resync of recovery catalog RMAN-08005: partial resync complete RMAN-03026: error recovery releasing channel resources RMAN-08031: released channel: t1 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
RMAN-00571: =========================================================== RMAN-03015: error occurred in stored script backup_db_full RMAN-03015: error occurred in stored script backup_al_all RMAN-03002: failure during compilation of commandRMAN-03013: command type: backup
Recovery Manager complete. Received on Sun Mar 14 2004 - 15:19:09 CST
![]() |
![]() |