Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to do a Full backup due to missing archived Files

84384Feb 19 2002
I had setup everything to do a full backup and when the job started, it failed. It seems not able to find the archived file.
I had deleted the archived File earlier due to low storage space. Can anybody advised me ? Thanks in advance.

------From Job --------
switch logfile executed

Recovery Manager: Release 8.1.7.0.0 - Production

RMAN-06005: connected to target database: DB (DBID=97457188)
RMAN-06008: connected to recovery catalog database

RMAN> run {
2> allocate channel DB_Channel type disk format 'Z:\b_%u_%s_%p';
3> backup incremental level 1 ( database include current controlfile );
4> backup ( archivelog all
5> delete input );
6>
7> }
8>
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: DB_Channel
RMAN-08500: channel DB_Channel: sid=15 devtype=DISK

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-06052: no parent backup or copy of datafile 22 found
RMAN-03023: executing command: backup
RMAN-08008: channel DB_Channel: starting incremental level 1 datafile backupset
RMAN-08502: set_count=24 set_stamp=454219212 creation_time=FEB 19 2002 04:00:12
RMAN-08010: channel DB_Channel: specifying datafile(s) in backupset
RMAN-08522: input datafile fno=00002 name=E:\ORACLE\ORADATA\DB\RBS01.DBF
RMAN-08522: input datafile fno=00001 name=D:\ORACLE\ORADATA\DB\SYSTEM01.DBF
RMAN-08011: including current controlfile in backupset
RMAN-08522: input datafile fno=00009 name=H:\ORACLE\ORADATA\DB\CALL_H1.ORA
RMAN-08522: input datafile fno=00013 name=H:\ORACLE\ORADATA\DB\OPT1.ORA
RMAN-08522: input datafile fno=00015 name=H:\ORACLE\ORADATA\DB\CALL_H2.ORA
RMAN-08522: input datafile fno=00017 name=H:\ORACLE\ORADATA\DB\OPT2.ORA
RMAN-08522: input datafile fno=00022 name=H:\ORACLE\ORADATA\DB\CALL_H3.ORA
RMAN-08522: input datafile fno=00003 name=D:\ORACLE\ORADATA\DB\USERS01.DBF
RMAN-08522: input datafile fno=00004 name=E:\ORACLE\ORADATA\DB\TEMP01.DBF
RMAN-08522: input datafile fno=00006 name=E:\ORACLE\ORADATA\DB\INDX01.DBF
RMAN-08522: input datafile fno=00008 name=H:\ORACLE\ORADATA\DB\CALL_L1.ORA
RMAN-08522: input datafile fno=00010 name=H:\ORACLE\ORADATA\DB\TIC1.ORA
RMAN-08522: input datafile fno=00011 name=H:\ORACLE\ORADATA\DB\OTH1.ORA
RMAN-08522: input datafile fno=00012 name=H:\ORACLE\ORADATA\DB\SS1.ORA
RMAN-08522: input datafile fno=00014 name=H:\ORACLE\ORADATA\DB\REP1.ORA
RMAN-08522: input datafile fno=00016 name=H:\ORACLE\ORADATA\DB\CALL_L2.ORA
RMAN-08522: input datafile fno=00018 name=H:\ORACLE\ORADATA\DB\OTH2.ORA
RMAN-08522: input datafile fno=00019 name=H:\ORACLE\ORADATA\DB\REP2.ORA
RMAN-08522: input datafile fno=00020 name=H:\ORACLE\ORADATA\DB\SS2.ORA
RMAN-08522: input datafile fno=00021 name=H:\ORACLE\ORADATA\DB\TIC2.ORA
RMAN-08522: input datafile fno=00007 name=D:\ORACLE\ORADATA\DB\OEM_REPOSITORY.ORA
RMAN-08522: input datafile fno=00023 name=H:\ORACLE\ORADATA\DB\RCVCAT01.ORA
RMAN-08522: input datafile fno=00005 name=D:\ORACLE\ORADATA\DB\TOOLS01.DBF
RMAN-08013: channel DB_Channel: piece 1 created
RMAN-08503: piece handle=Z:\B_0ODH5LEC_24_1 comment=NONE
RMAN-08525: backup set complete, elapsed time: 00:02:48
RMAN-03023: executing command: partial resync
RMAN-08003: starting partial resync of recovery catalog
RMAN-08005: partial resync complete

RMAN-03022: compiling command: backup
RMAN-03026: error recovery releasing channel resources
RMAN-08031: released channel: DB_Channel
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: backup
RMAN-06089: archived log G:\ORACLE\ORADATA\DB\ARCHIVE\DBT001S03368.ARC not found or out of sync with catalog

Recovery Manager complete.
child process exited abnormally
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2002
Added on Feb 19 2002
5 comments
924 views