Using RMAN to recover the database from an incremental level 1 backup
Hello
I am using Oracle DB HPUX Itanium version 19.14.0.0.0. The database instance is set up in archivelog mode with a standby database instance. I am working with RMAN for the first time and I am experimenting with performing recovering a database from a level 1 incremental backup to point when the level 1 incremental backup was taken. I performed the following steps.
1) Made a database change on the instance by creating a new table.
2) Performed a level 0 incremental backup in RMAN.
backup incremental level 0 database tag 'INCR LEVEL 0';
3) Made another database change on the instance by creating a second new table.