High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

DG: PROTECTION_MODE UNPROTECTED

 We Implemented DG ( Oracle 10.2.0.5) on X4270M2 ( RAC solution) , everything is working properly and replication is smooth even in peak hours…But when extending the checks on standby the protection_mode is UNPROTECTED

SQL> column ROLE format a7 tru
SQL> column NAME format a8 wrap
SQL> select name,database_role,log_mode,protection_mode
2 from v$database;

NAME DATABASE_ROLE LOG_MODE PROTECTION_MODE
-------- ---------------- ------------ --------------------
VSDB_S2 LOGICAL STANDBY ARCHIVELOG UNPROTECTED

1 row selected.

As per oracle support documentation, it is a bug corrected in 10.2.0.5. Bug 6488551 - The PROTECTION_MODE column in V$DATABASE shows "UNPROTECTED" at ASYNC LNS [ID 6488551.8]

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center