Suggested Answer:DE🗳️
D: Create the Broker Configuration When using Cloud Control, the Add Standby Database wizard can either add an existing (Oracle RAC or non-Oracle RAC) standby database into the configuration or create a new (Oracle RAC or non-Oracle RAC) standby database and add it to the configuration. E: An Oracle Data Guard configuration must be enabled to be managed or monitored by the broker. Note: An Oracle Data Guard configuration consists of one primary database and a combination of standby databases and far sync instances that receive redo directly from the primary database. The Oracle Data Guard broker logically groups these primary and standby databases into a broker configuration that allows the broker to manage and monitor them together as an integrated unit. Incorrect Answers: B, C: When using DGMGRL, the primary database and a standby database must already exist. References: https://docs.oracle.com/database/121/DGBKR/configure.htm
I will test it on 12c, but in 19c answer D is definitely wrong:
[oracle@ks-stage-host ~]$ dgmgrl
DGMGRL for Linux: Release 19.0.0.0.0 - Production on Wed Jan 22 15:53:10 2020
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
Welcome to DGMGRL, type "help" for information.
DGMGRL> connect /
Connected to "ORCL193"
Connected as SYSDG.
DGMGRL> show configuration;
ORA-16532: Oracle Data Guard broker configuration does not exist
Configuration details cannot be determined by DGMGRL
DGMGRL> create configuration examtopics as primary database is orcl193 connect identifier is proddg;
Configuration "examtopics" created with primary database "orcl193"
DGMGRL> show configuration;
Configuration - examtopics
Protection Mode: MaxPerformance
Members:
orcl193 - Primary database
Fast-Start Failover: Disabled
Configuration Status:
DISABLED
DGMGRL> enable configuration;
Enabled.
DGMGRL>
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
JESUSBB
2 years, 5 months agoFelipeK
4 years, 3 months agoKamaelk
5 years ago