Examine the procedure that you plan to execute on your logical standby:
SQL> EXECUTE DBMS_LOGSTDBY.SKIP(stmt => 'DML', schema_name => 'HR', object_name => 'EMPLOYEE');
What is a prerequisite for execution of this procedure?
Which three statements are true……. With no Oracle Streams or Goldengate configured?
Which three Data Guard monitoring activities may be performed using Enterprise Manager Cloud Control?
Attempting to start the observer raises an error:
DGMGRL> start observer;
DGM-16954: Unable to open and lock the Observer configuration file
Failed.
Identify two possible ways to start the observer successfully.
Examine the Data Guard configuration:
Which three will be true after a successful failover to Cats?
Which THREE are among the various tasks performed by the Data Guard Monitor (DMON) process?
You created two remote physical standby databases using SQL and RMAN.
The primary database is a four-instance RAC database and each physical standby database has two instances.
Roles-based services are used for client connectivity and have been defined in the Grid Infrastructure.
Consider these operational requirements:
• The ability to manage multiple standby databases with a single tool
• The simplification of switchovers, failovers, reinstatements, and conversions to and from snapshot standby databases
• The automation of failovers to a specified target standby database
Which TWO tools can be used to fulfill these requirements7
You must configure an Oracle Data……….
1. A primary database
2. A physical standby database
Examine these requirements: 1. Data loss is not permitted.
1. Data loss is not permitted.
2. It should be possible to convert the physical standby database to a snapshot standby database.
3. Under normal operations, transactions should commit when redo is written to disk on the primary database and as soon as it has been received by the standby database instance.
4. The availability of the primary database should not be compromised by the availability of the standby database.
5. It should be possible to convert the physical standby database to a logical standby database
6. It should be possible to deploy Real Application Clusters on the primary database.
7. It should be possible to deploy Real Application Clusters on the physical standby database.
You configure SYNC redo transport mode in combination with Maximum Protection mode.