RMAN-06059: expected archived log not found
while running archivelog backup and the file is missing:
trying to fix it by crosscheck:
still need to run:
RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
trying to fix it by crosscheck:
run {
allocate channel c1 type disk ;
crosscheck archivelog all ;
release channel c1 ;
}
validation succeeded for archived log
archive log filename=D:REDOARCHARCH_1038.DBF recid=1017 stamp=611103638
still need to run:
allocate channel for maintenance type disk;
crosscheck archivelog all;
release channel;
A more description solution is given in http://arjudba.blogspot.com/2010/10/rman-03002-rman-06059-ora-19625-and-ora.html
ReplyDelete