Recovery fails on archived log, which is in the backup set. [message #533989] |
Fri, 02 December 2011 01:13  |
 |
swaorclser
Messages: 56 Registered: August 2011
|
Member |
|
|
Hello All,
I ran the Full database backup as,
RUN {ALLOCATE CHANNEL CH0 TYPE 'sbt_tape';
BACKUP DATABASE FORCE PLUS ARCHIVELOG FORCE NOT BACKED UP DELETE INPUT;
RELEASE CHANNEL CH0;
}
Then I ran the restore, it failed with
Quote:RMAN-06054: media recovery requesting unknown archived log....
When I backup archivelogs and choose to delete the input, it does not delete the multiplexed copy, but the specific file being backed up.
So, ideally it should find it in Flah Area or at least in the backed up pieces which are there with it.
Still why is it failing?
Also, in recovery, it is deleting the archived log after applying, RMAN does this if we use
recover... delete archivelog command.
I am using only RECOVER, still in output I can see RMAN deleting the log after it has applied it. WHY?
Thannks & Regards,
swaorclser
|
|
|
|
|
|