1z1-076 Exam Question 1

Your Data Guard environment contains a four-instance RAC primary database whose SID is PROD and a RAC physical standby database whose std is PROD_SBY.
Examine the command executed on a node of the primary database cluster to create a service OLTPWORKLOAD that the applications will use to connect to the database when it is in the FRlMARYTclatabase role:
srvctl add service -db PROD -service oltpworkload -role PRIMARY -failovertype SESSION -failovermethod BASIC -failoverdelay 10 -failoverretry 150 The service is then started Consider this list of tasks:
1. On a node of the standby database cluster execute:
srvctl add service -db PROD_SBY -service oltpworkload -role PRIMARY -failovertype SESSION
-failovermethod BASIC -failoverdelay 10 -failoverretry 150
2. On the primary database, create the oltpworkload database service using the dbms_service.create_service procedure.
3. Configure tap for clients in the tnsnames.ora files.
4. Make sure clients use the OLTPWORKLOAD service to connect to the database instances.
5. On the standby database, create the oltpworkload database service using the dbms_service.create_servi;l procedure.
Identify the required steps to configure and use Transparent Application Failover (taf).
  • 1z1-076 Exam Question 2

    Which THREE are always benefits of using a logical standby database?
  • 1z1-076 Exam Question 3

    Which three types of backups offload ........ with the primary database in a data Guard
  • 1z1-076 Exam Question 4

    You are licensed to use Oracle Active Data Guard.
    Which TWO statements are true after enabling block change tracking on a physical standby database?
  • 1z1-076 Exam Question 5

    Examine the Data Guard configuration: DGMGRL> show configuration;
    Configuration - Animals
    Protection Mode: MaxPerformance
    Databases:
    dogs- Primary database
    sheep - Physical 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 Protection:
    DGMGRL> edit configuration set protection mode as maxprotection;
    Error: ORA-16627: operation disallowed since no standby databases would remain to support protection mode Failed.
    What can you conclude based on this error?