rman restore
Say if I have incremental level 0 cumulative database backup every friday at 10pm. All other days running incremental level 1 cumulative backup, one at 11am and one at 9pm. If something happens on Wednesday afternoon around 2pm and I need to restore the database, do I restore the level 0 from friday plus the level 1 on Wednesday 11am? In my restore script, should I just use restore database command and rman will know to pick which backup to restore? Or, should I tell it which backup to restore? Which command should I use? I am trying to test backup
0