RMAN - Recovery from backupset
Hi,
I am trying to bring up a database from available backupsets. Here is the senario.
Orale version 10.2.0.5
1. Full backups were created via backupsets.
2. Some archive logs are available after the full backups were created.
The SCN numbers given below are not real (I just want to send the point across).
When I query the backupsets containing the full backups - all the datafiles are showing a SCN of 12300.
I have archive logs to SCN 12305.
So, I tried to restore first by
run{
allocate channel ...
allocate channel ..
allocate channel..
restore database;
} - No until command given.
Restored fine. I can see all the database files in the correct locations.
0