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

Home -> Community -> Mailing Lists -> Oracle-L -> Rman Archived Redo Logs

Rman Archived Redo Logs

From: Josef Huber <Josef.Huber_at_Bretterbauer.at>
Date: Wed, 26 Apr 2000 17:40:16 +0200
Message-Id: <10479.104195@fatcity.com>


Oracle 8.1.6 NT

My problem is i had a disk failure during archiving prozess (Block Corrupted)
I've changed the harddisk and know when i backup from rman i become the following error

script:
RMAN> run {

2> allocate channel sichx type disk format 'x:\sicherungdb\b_%u_%s_%p';
3> backup (archivelog all delete input);
4> }

RMAN-03022: Befehl wird kompiliert: allocate
RMAN-03023: Befehl wird ausgef=B3hrt: allocate
RMAN-08030: Zugewiesener Kanal: sichx
RMAN-08500: Kanal sichx: SID=3D16 Ger=F5tetyp=3DDISK
RMAN-03022: Befehl wird kompiliert: backup
RMAN-03026: Fehlerbehebung bei Freigabe von Kanalressourcen
RMAN-08031: Freigegebener Kanal: sichx
RMAN-00571: =

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSAGE = STACK FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RMAN-00571: =

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RMAN-03002: failure during compilation of command
RMAN-03013: command type: backup
RMAN-06089: archived log Z:\ORADB-ARCHIVE\HEIZCALCT001S00079.ARC not =
found
or ou
t of sync with catalog

The above archived redolog file is deleted from the file system. What can i do ?
Can i delete all my archived redo logs from database ? Received on Wed Apr 26 2000 - 10:40:16 CDT

Original text of this message

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