Oracle 1z0-076 - Oracle Database 19c: Data Guard Administration
Which THREE statements are true…….. open in real time query mode, which becomes a new.
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?
Suppose that you manage the following databases in your environment:
• boston: Primary database with a single PDB called DEVI
• london: Physical standby database protecting the PDB called DEVI
• orcl: Stand-alone database with a single PDB called PDB1 as a remote clone source
You are planning to run the following command to create a remote clone in the primary database (boston) using pdbi in orcl:
Which are the THREE prerequisites for automating instantiation of the PDB in the standby database (london)?
Examine the Data Guard configuration:
DGMGRL> show configuration;
Configuration - Animals
Protection Mode: Max Availability
Databases:
dogs - Primary database sheep
- Physical standby database cats
- Physical standby database
Fast-Start Failover: DISABLED
Configuration Status: SUCCESS
An attempt to enable fast-start failover raises an error:
DGMGRL> enable fast_start failover;
Error: ORA-16693: requirements not met for enabling fast-start failover
Failed.
Identify three possible reasons for this error.
Which three statements are true about redo transport?
Which THREE are among the various tasks performed by the Data Guard Monitor (DMON) process?
Which THREE statements are true about Far Sync instances?
Examine the following parameter settings of the physical standby database:
• STANDBY_FILE_MANAGEMENT=AUTO
• ENABLED_PDBS_ON_STANDBY=
During which TWO tasks are files automatically created in the physical standby database after structure changes on the primary database?
Which two are true about managing and monitoring Oracle container databases in a Data Guard environment using the broker?
Which TWO are TRUE about offloading backups to a physical standby database in a Data Guard environment?