Oracle Database 19c: Data Guard Administration 1z0-076 Question # 2 Topic 1 Discussion

Oracle Database 19c: Data Guard Administration 1z0-076 Question # 2 Topic 1 Discussion

1z0-076 Exam Topic 1 Question 2 Discussion:
Question #: 2
Topic #: 1

Examine the Data Guard configuration:

DGMGRL> show configuration;

Configuration - Animals

Protection Mode: MaxAvailability

Databases:

dogs - Primary database

sheep - Snapshot standby database

cats - Physical standby database

Fast-Start Failover: DISABLED

Configuration Status:

SUCCESS

You receive an error while attempting to raise the protection mode to Maximum Protection:

DGMGRL> edit configuration set protection mode as maxprotection;

Error: ORA-16627: operation disallowed since no standby databases would remain to support protection mode

Failed.

Which is the minimum statement, or sequence of statements you must execute to enable successful raising of the protection mode to Maximum Protection?


A.

DGMGRL> edit database dogs set property LogxptMode=sync;


B.

DGMGRL> edit database dogs set property LogXptMode=sync;

  DGMGRL> edit database cats set property LogXptMode=sync;


C.

DGMGRL> edit database cats set property LogXptMode=sync;


D.

DGMGRL> edit database dogs set property LogxptMode=sync;

  DGMGRL> edit database sheep set property LogxptMode=sync;


E.

DGMGRL> edit database dogs set property LogXptMode=sync;

  DGMGRL> edit database sheep set property LogxptMode=sync;

  DGMGRL> edit database cats set property LogXptMode=sync;


F.

DGMGRL> edit database sheep set property LogXptMode=sync;


Get Premium 1z0-076 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.