PROTECTION_MODE is UNPROTECTED at standby database Analysis

Source: Internet
Author: User

PROTECTION_MODE is UNPROTECTED at standby database analytics database version

SQL> select * from v$version;BANNER--------------------------------------------------------------------------------------------------------------------------------Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64biPL/SQL Release 10.2.0.1.0 - ProductionCORE    10.2.0.1.0      ProductionTNS for Linux: Version 10.2.0.1.0 - ProductionNLSRTL Version 10.2.0.1.0 – Production

 

1. Problem description (data guard adopts the maximum performance mode, but the PROTECTION_MODE of the standby database is UNPROTECTED ?)
Master database SQL> select databases, OPEN_MODE, PROTECTION_MODE from v $ database; DATABASE_ROLE OPEN_MODE PROTECTION_MODE too many primary read write maximum performance slave database SQL> select DATABASE_ROLE, OPEN_MODE, PROTECTION_MODE from v $ database; DATABASE_ROLE OPEN_MODE PROTECTION_MODE -------------------------------------------------------------------------------- PHYSICAL STANDBY MOUNTED UNPROTECTED

 

2. Problem description: The slave database logs are normally used. The master database performs DML operations. You can also see DML results when the slave database read is only enabled. It indicates that this data guard is correct. But why does the standby database PROTECTION_MODE show UNPROTECTED? With the help of a friend, I found the following description about this problem: maximize_standby_db_clause Use this clause to specify the level of protection for the data in your database environment. you specify this clause from the primary database, which must be mounted but not open. note: The PROTECTED and UNPROTECTED keywords have been replaced for clarity but are still supported. PROTECTED is equivalent to maximize protection. UNPROTECTED is equivalent to maximize performance. 3. Problem Analysis:
PROTECTED= TO MAXIMIZE PROTECTIONUNPROTECTED= TO MAXIMIZE PERFORMANCE

 

This makes it easy to see that in data guard, PROTECTION_MODE = UNPROTECTED does not have any problems at all, except that it is called UNPROTECTED as another way of maximize performance. 4. Conclusion:
PROTECTED= TO MAXIMIZE PROTECTIONUNPROTECTED= TO MAXIMIZE PERFORMANCE

 

Some key parameter understanding problems.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.