Feeds:
Posts
Comments

Archive for September, 2008

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; [...]

Read Full Post »