RMAN Backup failed - RMAN-06059 error [message #203322] |
Tue, 14 November 2006 15:35 |
pzlj6x
Messages: 107 Registered: May 2005 Location: Louisville
|
Senior Member |
|
|
Could somebody help me this problem? The RMAN does not find the archived log file
test11_2754_5979.dbf while doing the HOT BACKUP.
Where as the previous archivelogs backup fine and next archivelogs are backup fine.
Any idea as what could cause this and what's the remidy for it.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 11/14/2006 02:25:15
RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
ORA-19625: error identifying file /opt/orafilelocs/arc/test/test11_2754_5979.dbf
ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory
Additional information: 3
RMAN Backup failed
|
|
|
|
Re: RMAN Backup failed - RMAN-06059 error [message #203325 is a reply to message #203322] |
Tue, 14 November 2006 15:47 |
pzlj6x
Messages: 107 Registered: May 2005 Location: Louisville
|
Senior Member |
|
|
The file does not exist in the filesystem. it has a threshold as > 10%, unix cleans it up.
Got the following while doing a crosscheck archivelog all;
RMAN> connect target sys/***@test
connected to target database: TEST (DBID=15******)
RMAN> connect rcvcat rman/****@testdmp0
connected to recovery catalog database
RMAN> crosscheck archivelog all;
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=196 devtype=DISK
specification does not match any archive log in the recovery catalog
RMAN> exit
What does this mean ?
[Updated on: Tue, 14 November 2006 15:50] Report message to a moderator
|
|
|
|
|
|
|