Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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?

A.

The redo transport mode is set toasyncfor the standby database Sheep.

B.

The redo transport mode is set toasyn:for the standby database Cats.

C.

The redo transport mode is set toasyncfor both standby databases.

D.

Cats is a snapshot standby database.

You must propose an Oracle Data Guard configuration for a database supporting an OLTP workload that meets these permanent requirements:

    Data loss is not permitted.

    Read-only applications should not connect to the primary database instance.

Additionally, there are these requirements, only one of which is ever done at any one time:

    It should be possible to apply and test designated patches with a minimum amount of downtime.

    Upgrading to a new database release should be performed with the least possible amount of downtime.

    New application software releases should be tested against an exact up-to-date replica of the production database.

You propose a primary database with one physical standby database configured in Maximum Protection mode.

Which requirements do you meet?

A.

1 and 2

B.

1, 2, 3, 4, and 5

C.

Only requirement 5

D.

Only requirement 1

E.

2, 3, 4, and 5

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?

A.

Change the redo transport mode if necessary to ASYNC.

B.

Stop SQL Apply on the logical standby database.

C.

Execute the DBMS_LOGSTDBY.APPLY_SET procedure to record errors that might cause SQL Apply to stop.

D.

Stop redo transport to the logical standby database.

Which two are true concerning the configuring of Flashback database in a Data Guard environment?

A.

It permits a physical standby database to be converted to a snapshot standby database.

B.

It is required in order for a snapshot standby database to be converted to a physical standby database.

C.

It enables the use of far sync instances.

D.

It permits a primary database that was disabled after failover to be reinstated as a standby.

E.

It is a prerequisite for the use of Fast Start Failover.

Examine the Data Guard configuration:

What happens if you issue "switchover to sheep;" at the DGMGRL prompt?

A.

The switchover succeeds and Cats becomes the new failover target.

B.

It results in an error indicating that a switchover is not allowed.

C.

The switchover succeeds but Dogs needs to be reinstated.

D.

The switchover succeeds and Fast-Start Failover is suspended.

E.

The switchover succeeds and Dogs becomes the new failover target.

Which three are true concerning database states after a successful switchover?

A.

The new primary database will be open read-write.

B.

If the former primary database became a logical standby database it will be in mount state.

C.

If the former primary database became a logical standby database it will be open read-write.

D.

If the former primary database became a physical standby database it will be in the same state as the former physical standby database.

E.

If the former primary database became a physical standby database it will always be open readonly.

F.

The former primary database will always be open.

A customer asks you to propose the most appropriate solution for this set of requirements:

    We need a disaster recovery solution that enables us to fail over from our production database with zero data loss.

    We want to generate reports from the proposed standby database at the same time that it is used for data protection.

    Developers may need to test occasionally on a copy of the live database

Which TWO solutions would you recommend?

A.

A snapshot standby database with synchronous redo transport

B.

A physical standby database with real-time query enabled

C.

A logical standby database with real-time query enabled

D.

A physical standby database with real-time apply enabled

E.

A logical standby database with real-time apply enabled

Which three are prerequisites for using Data Guard Broker?

A.

The primary and standby databases must run the same version of the Oracle Database server.

B.

Network connectivity to the primary database instance must be defined on the servers hosting the standby database instances.

C.

DG_BROKEB_START must be set to TRUE for a database instance before adding the database to the broker configuration.

D.

If any database in the configuration is a RAC database, then the broker configuration files must reside in shared storage accessible by all database instances for all databases in the broker configuration.

E.

The broker configuration files for a RAC database must reside in shared storage accessible by all the RAC database instances.

F.

A statically defined listener end-point must be registered with the local listener on the servers hosting the standby database instances.

Which three statements are true about snapshot standby databases?

A.

The FATLOVER TO command results in a transition of a snapshot standby database to the primary role.

B.

Tablespaces can be dropped.

C.

Tablespaces can be created.

D.

The switchover TO command allows a switchover operation to a snapshot standby database.

E.

Tables can be dropped.

F.

A logical standby database can be converted into a snapshot standby database.

Which THREE are always benefits of using a logical standby database?

A.

It provides a disaster-recovery solution with switchover and failover options that can recover any data updated on the primary database.

B.

It can be used for reporting workloads requiring additional indexes or materialized views or both.

C.

It can be used for testing patchsets without affecting the primary database.

D.

It can be used for database rolling release upgrades.

E.

It can be used to replicate a single pluggable database (PDB) in a multitenant container database.

F.

It can be used as an updatable database for Real Application Testing and then converted back to a standby database without affecting the updates.