Oracle
1Z0-076
120 Minutes
107
Oracle Database 19c: Data Guard Administration
A: The sequence is usable on physt1 and physt2.
B: The sequence is usable on physt2 if physt1 becomes unavailable, but only if an alternate redo destination has been configured on the primary database.
C: physt2 will no longer receive redo if physt1 becomes unavailable, unless LOG_ARCHIVE_DEST_n has the ALTERNATE attribute specified on the primary database.
D: physt2 will no longer receive redo if physt1 becomes unavailable, unless LOG_ARCHIVE_DEST_n has the ALTERNATE attribute specified on physt1.
E: The sequence is usable on physt1 but not usable on physt2.
A: a primary database with one logical standby database
B: a primary database with two logical standby databases
C: a primary database with one physical standby database
D: a primary database with two physical standby databases
E: A primary database with one logical and one physical standby database
A: A local net service name to enable connectivity to the PRODSBYI database instance must be defined on the primary database host.
B: The primary database must have supplemental logging enabled.
C: The LOG_ARCHIVE_DEST_n parameters with the service attribute set must be cleared.
D: The standby database must have supplemental logging enabled.
E: The primary database must have FORCE LOGGING enabled.
F: The DG_BROKER_START parameter must be set to TRUE for both database instances.