Delaying the REDO application to Standby - But then what?
Hello everyone
We have a 11g primary and physical standby database and we are NOT using flashback on either the primary or standby
We have a question
Lets suppose we have the primary database on SEQ # 100 and standby database is in synch with primary
Now we make some database changes on the primary database but we dont want those database changes to be propagated over
to the standby database so BEFORE we apply those changes on the primary database we would set the log_archive_dest_state_2 to DEFER on the primary database as this would help to not to ship the REDO out to primary. Now as a result of those database changes, the archive log seq on primary database bumped to 110 (from 100). Those are not yet shipped OR applied on to the standby since we set the log_archive_Dest_state_2 to DEFER