Validation failed for archived log [message #402348] |
Sat, 09 May 2009 00:39 |
tridentadm
Messages: 142 Registered: March 2006
|
Senior Member |
|
|
RMAN> CROSSCHECK ARCHIVELOG 'C:\ORACLE\ORADATA\ORCL\ARCHIVE\1_3.ARC';
released channel: ORA_DISK_1
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=17 devtype=DISK
validation succeeded for archived log
archive log filename=C:\ORACLE\ORADATA\ORCL\ARCHIVE\1_3.ARC recid=8 stamp=686342207
validation failed for archived log
archive log filename=C:\ORACLE\ORADATA\ORCL\ARCHIVE\1_3.ARC recid=1 stamp=685710050
Crosschecked 2 objects
Q. When running crosscheck archivelog it stated as above why does the validation fail for archivelog having recid=1; ?
That file actually exists, but I am not sure what exactly happened here ?
|
|
|
|
|
Re: Validation failed for archived log [message #402957 is a reply to message #402917] |
Wed, 13 May 2009 04:58 |
|
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
Well you can't obviously have two files with the same name in the same directory.
Running BACKUP ARCHIVELOG does not produce additional archive logs.
What is the output of LIST ARCHIVELOG ALL or look in V$ARCHIVED_LOG.
|
|
|