Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> [RMAN] Missing archive

[RMAN] Missing archive

From: astalavista <nobody_at_nowhere.com>
Date: Tue, 10 Oct 2006 22:07:50 +0200
Message-ID: <452bfd94$0$10276$426a74cc@news.free.fr>

Hi,

When backuping the archives, I get, sometimes, the following error:

Starting backup at 2006-10-09-16.31.03
current log archived
released channel: ch00
released channel: ch01

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 10/09/2006 16:31:16 RMAN-06059: expected archived log not found, lost of archived log compromises re
coverability
ORA-19625: error identifying file
/base/PROLINK/data/arch/archPROLINK1_26395.dbf ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory Additional information: 3

The script to backup is the following:

run { archivelog all
delete input ;
}

I wondered if I have to do:
sql 'ALTER SYSTEM ARCHIVE LOG CURRENT'
before taking the backup.

Can you help me ?

TIA Received on Tue Oct 10 2006 - 15:07:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US