Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

   
 

Data Guard maximum protection mode

Oracle Database Tips by Donald BurlesonDecember 9, 2015

Oracle Data Guard - Protection Modes

The 'no-data-loss' level has two protection modes called MAXIMUM PROTECTION and MAXIMUM AVAILABILITY. MAXIMUM AVAILABILITY is not strictly a 'no-data-loss' protection level and can be categorized in either of the two classes.

maximum protection Mode

The MAXIMUM PROTECTION mode, as the name suggests, guarantees a 'no-data-loss' configuration in any scenario. MAXIMUM PROTECTION mode can be only established using a physical standby database. A logical Oracle instance cannot be used for maximum protection. A transaction on the primary database is not considered complete until it has been posted to at least one of the standby databases that satisfy all the attribute requirements for this mode.

The primary database halts if the transaction cannot complete on at least one Oracle instance that is participating in providing this protection level.

The following attribute of the log_archive_dest_n parameter is required in order to include a physical Oracle instance in maximum protection configuration:

LOG_ARCHIVE_DEST_3='SERVICE=appsstdby1 LGWR SYNC=PARALLEL AFFIRM';

In the above example, the assumption is that the appsstdby1 service is pointing to a physical standby database. The PARALLEL attribute of SYNC is not required but will be useful if more than one physical Oracle instance is included in maximum protection configuration.

Oracle Data Guard - MAXIMUM PROTECTION

In addition to the setting on the primary database, standby redo logs need to be created on all standby sites participating in maximum protection configuration. The following statement can be used to switch a primary database into MAXIMUM PROTECTION mode. The primary database should be mounted but not open to execute this statement:

ALTER DATABASE SET Oracle instance TO MAXIMIZE PROTECTION;

            WARNING - Performance and availability of the primary database is at risk in MAXIMUM PROTECTION mode if adequate network bandwidth and computing resources cannot be provided for the standby database.

 


The above text is an excerpt from the book: Oracle Data Guard Handbook


��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.