Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: [RMAN] Missing archive
astalavista wrote:
> 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
>
And where did the missing archived log go?
(Just a guess: another backup backed it up and deleted it while this one was running.) Received on Wed Oct 11 2006 - 05:02:10 CDT
![]() |
![]() |