Which two statements are true for Data Guard environments with multi-tenant databases?
Correct Answer:
AD
🗳️
Incorrect Answers:
C: in 12c Data Guard is set up at the Container level and not the individual Pluggable database level as the redo log files only belong to the Container database and the individual pluggable databases do not have their own online redo log files.
E: The database role is defined at the CDB level, not at the individual container level.
Any DDL related to role changes must be executed in the root container because a role is associated with an entire CDB. Individual pluggable databases (PDBs) do not have their own roles.
References:
https://docs.oracle.com/database/121/SBYDB/create_ps.htm#SBYDB5213
Your Data Guard environment has two remote physical standby databases.
Client applications use the local naming method to connect to the primary database instance.
You want applications to automatically connect to the new primary database instance in case of a switchover or a failover.
Which will fulfill this requirement?
Correct Answer:
A
🗳️
References:
http://docs.oracle.com/cd/B19306_01/server.102/b14239/scenarios.htm#i1054744
Examine the Data Guard configuration:
DGMGRL > show configuration;
Configuration-Animals -
Protection Mode: MaxPerformance -
Databases:
dogs-Primary database
sheep-Snapshot standby database
cats-Snapshot standby database
Fast-Start Failover: DISABLED -
Configuration Status:
SUCCESS -
You receive an error while attempting to raise the protection mode to Maximum Availability:
DGMGDRL> edit configuration set protection mode as maxavailability;
Error: ORA-16627: operation disallowed since no standby databases would remain to support protection mode
Failed.
Identify two statements that you can execute, either one of which will enable successful raising of the protection mode to Maximum Availability.
Correct Answer:
BE
🗳️
The MAXAVAILABILITY protection mode requires that there be at least one standby database configured to use standby redo log files, with its LogXptMode configurable database property set to SYNC.
References:
https://docs.oracle.com/cd/B28359_01/server.111/b28295/cli.htm
You administer a Data Guard environment with a primary and two physical standby databases.
One of the physical standby databases is used for reporting and is on the same host as the primary database.
The other physical standby database is remote, used for disaster recovery and REDO is routed to it via a far sync instance.
Backups are offloaded to the remote physical standby.
Which three are true concerning the management of archive logs in this Data Guard configuration?
Correct Answer:
ADE
🗳️
References:
http://www.oracle.com/technetwork/database/availability/farsync-2267608.pdf