Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which three are prerequisites for enabling Fast-Start Failover?

A.

A static service name must be configured only for the Fast-Start Failover target standby database.

B.

The Fast-Start Failover target standby database may receive REDO either synchronously or asynchronously when the configuration operates in Maximum Performance mode.

C.

Flashback Database must be enabled on the primary database.

D.

The Fast-Start Failover target standby database must receive REDO synchronously when the configuration operates in Maximum Availability mode.

E.

Flashback Database must be enabled on the Fast-Start Failover target standby database.

Which two factors can cause an increase in redo transport lag?

A.

The size of the online redo log files on the standby database.

B.

The size of the standby redo log files on the primary database.

C.

Increase in network latency between the primary database and a redo transport destination.

D.

The size of the online redo log files on the primary database.

E.

Increase in redo generation rate on the primary database.

Examine this list of possible steps:

1. Raise the compatibility level on both databases.

2. Restart SQL Apply on the upgraded logical standby database.

3. Start SQL Apply on the old primary database.

4. Perform a Switchover to the logical standby database.

5. Upgrade the logical standby database.

6. Upgrade the old primary database.

Which is the minimum number of steps in the correct order, to perform a rolling release upgrade of a data guard environment using an existing logical standby database and to enable the new functionality?

A.

1,5,2,4,6,3

B.

5,2,4,6,3,1

C.

4,6,5,2,3,1

D.

5,2,4,1

E.

5,2,4,3,6,1

Which FOUR database parameters might be affected by or influence the creation of standby databases?

A.

DB_NAME

B.

ARCHIVE_LAG_TARGET

C.

db_file_name_convert

D.

COMPATIBLE

E.

FALSERVER

F.

STANDBY_ARCHIVE_DEST

You are licensed to use Oracle Active Data Guard.

Which TWO statements are true after enabling block change tracking on a physical standby database?

A.

It starts the RVWR process on the physical standby database instance.

B.

It starts the CTWR process on the primary database instance.

C.

It allows fast incremental backups to be offloaded to a snapshot standby database, when the physical standby database is converted.

D.

It starts the CTWR process on the physical standby database instance.

E.

It allows fast incremental backups to be offloaded to the physical standby database.

F.

It allows fast incremental backups to be taken on the primary database.

The Oracle database 19c Observer is currently running on host1 and you wish to have it running on host2.

Examine this list of possible steps:

1) Stop the observer on host1

2) Disable Fast-Start Failover

3) Update the broker configuration with the new observer hostname

4) Enable Fast-Start Failover

5) Start the Observer on host2

Which contains the minimum required steps to move the observer to host2?

A.

Execute tasks 1 and 5

B.

Execute only task 5

C.

Execute tasks 1, 3, and 5

D.

Execute tasks 1, 2, 3, 4, and 5

Which three are true about using RMAN in a Data Guard environment?

A.

Backups of archived redo logs taken on a physical standby are interchangeable with a primary.

B.

Backups of control files taken on a physical standby are not interchangeable with a primary.

C.

A recovery catalog is required when RMAN is used to take backups from a physical standby database if you plan to recover the primary using those backups.

D.

Backups of data files taken on a physical standby are interchangeable with a primary.

E.

A recovery catalog is required when RMAN is used to take backups from a logical standby database in a Data Guard configuration if you plan to recover the primary using those backups.

Which two statements are true when using non-rolling release upgrades in a Data Guard environment?

A.

The compatible parameter on a standby database that is applying redo, must be equal to or greater than the compatible parameter on the primary that is shipping redo to that standby.

B.

Modifications to the data dictionary on the primary database caused by the upgrade, are applied on a logical standby database.

C.

Modifications to the data dictionary on the primary database caused by the upgrade, are applied on a physical standby database.

D.

During the upgrade of a logical standby database, standby redo log files must reside on O/S file systems.

E.

User equivalence must be established for the owner of the Oracle software on the affected hosts prior to the upgrade.

Your current Data Guard environment consists of:

    A primary database containing no abstract data types used for user tables.

    Two separate remote physical standby databases used for reporting.

Examine these requirements for adding a new standby database to this Data Guard environment:

    The new standby database must provide a disaster recovery solution.

    There must be minimal additional performance overheads on the primary database.

    The new standby database may require additional indexes and materialized views not present in the primary.

    New tables or schemas may be required in the standby database that are not present in the primary.

What would you recommend to fulfill these requirements?

A.

A physical standby database with synchronous redo transport and Real-Time Query enabled.

B.

A physical standby database with asynchronous redo transport and Real-Time Query enabled.

C.

A logical standby database with synchronous redo transport and redo apply on.

D.

A logical standby database with synchronous redo transport and SQL apply on.

E.

A logical standby database with asynchronous redo transport and SQL apply on.

Your Data Guard environment has a remote physical standby database with real-time query enabled, which is used for reporting, and a logical standby database used for DSS reporting.

Switchovers or failovers are possible due to testing or in case of a disaster.

Clients use local TNSNAMES.ORA files to define connection strings to the database instances.

Which three will prevent clients from connecting to the wrong database instances?

A.

Oracle Net connectivity to the primary database instance must be established on all the standby database instances.

B.

The standby database services must be defined statically with the Listeners running on the standby database hosts.

C.

The LOCAL_LISTENER parameter on the primary database instance must always be set.

D.

The client applications must use the correct TNS entries when requesting connections to the database instances.

E.

Client TNS entries for the databases use the correct service names for the intended service.

F.

The DB_NAME and DB_UNIQUE_NAME parameters must be set to the same value for all the databases in the Data Guard environment.

G.

A service name is registered with the local listener of each database instance.