Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Delay the Application of logs to a physical standby

A Standby database automatically applies redo logs when they arrive from the primary database. But in some cases, we want to create a time lag between the archiving of a redo log at the primary site, and the application of the log at the standby site.

Modify the Log_Archive_Dest_n initialization parameter on the primary database to set a delay for the Standby Database.

Example: For 60min Delay:

ALTER SYSTEM SET LOG_ARCHIVE_DEST_2=’SERVICE=stdby_srvc DELAY=60′;

The DELAY attribute is expressed in minutes.

The archived redo logs are still automatically copied from the primary site to the standby site, but the logs are not immediately applied to the standby database. The logs are applied when the specified time interval expires.

The post Delay the Application of logs to a physical standby appeared first on DBA Trainer.



This post first appeared on Generate AWR Report, please read the originial post: here

Share the post

Delay the Application of logs to a physical standby

×

Subscribe to Generate Awr Report

Get updates delivered right to your inbox!

Thank you for your subscription

×