We can use RMAN incremental backup to roll forward the physical standby database in the following situations: 1. when an archive sequence is missing 2. when lots of archives needs to be applied
Steps:
1. Take the current SCN of the standby database
SQL> select to_char(current_scn) scn from v$database; [...]
Archive for September, 2008
Applying RMAN Incremental Backup To Standby Database
Posted in Standby Database on September 20, 2008 | Leave a Comment »