How to use archivelog to restore&recovery database?
I setup an incremental backup plan at my oracle.
Sunday will have a level 0 backup.
Monday is a level 1 backup.
Tuesday is a level 1 backup.
Wednesday is a level 1 cumulative backup.
Thursday is level 1 backup.
Friday is level 1 backup.
Saturday is level 1 backup.
If today is Tuesday, and the current database is not covered by rman incremental backup. But current database is covered by archivelog.
Now database is broken down. How to use archivelog to restore&recovery database?
I simply do below action and then rman will find out archivelog to restore&recovery database automatically?
---------------------------------------------------
RMAN> connect target /
RMAN