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

Oracle 1z0-076 - Oracle Database 19c: Data Guard Administration

Page: 3 / 4
Total 107 questions

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 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.

Which TWO statements are true about configuring Oracle Net Service in a Data Guard environment?

A.

A static service must be registered with the local listener to enable DGMGRL to restart instances during the course of broker operations.

B.

Install the oracle-database-preinstall-19c package to set the kernel parameters for Oracle Net based on the Data Guard best practice guidelines.

C.

Installing the oracle-database-preinstall-19c package is NOT sufficient to set up operating system kernel parameters for Oracle Net.

D.

Enterprise Manager does not require static service registration to restart instances during the course of broker operations.

E.

It is necessary to use the failover clause for an address_list with multiple address lists in the tnsnames.ora file.

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.

You must configure on Oracle Data .......

1. A primary database

2. Three Physical Standby Databases

Examine these requirements:

A designated physical standby database should become the primary database automatically whenever the primary database fails.

2. The chosen protection mode should provide the highest level of protection possible without violating the other requirement.

Which redo transport mode and protection mode would you configure to meet these requirements?

A.

FASTSYNC and Maximum Protection

B.

ASYNC and Maximum Performance

C.

FASTSYNC and Maximum Availability

D.

SYNC and Maximum Protection

Your Data Guard environment has two remote physical standby databases.

Client applications use the local naming method to connect to the primary database instance.

You want applications to automatically connect to the new primary database instance in case of a switchover or a failover.

Which set of actions will fulfill this requirement?

A.

Set the LOCAL_LISTENER parameter for all the database instance to register services with the default listener on the primary database host.

B.

Create a database service on the primary database that is started automatically by a trigger, when the database role is PRIMARY; modify the connection descriptors used by client applications to include all the standby hosts and connect to the database instance using that service name.

C.

Set DB_NAME and DB_UNIQUE_NAME identically on all databases; modify the connection descriptors on client applications to include all the standby hosts and connect to the database instance using that service name.

D.

Set the INSTANCE NAME parameter identically on all databases; modify the connection descriptor on client applications to include all the standby hosts and connect to the database instance using that service name.

You are monitoring your Data Guard broker configuration and issue this set of DGMGRL commands:

DGMGRL> SHOW CONFIGURATION;

Configuration - DRSolution

Protection Mode: MaxPerformance

Databases:

Close_by - Primary database

FS_inst - Far Sync

Far_away - Physical standby database

Fast-Start Failover: DISABLED

Configuration Status:

SUCCESS

What is true concerning this configuration?

A.

The Close_by primary database instance forwards redo to the FS_inst Far Sync instance, which forwards the redo in turn to the Far_away physical standby database instance.

B.

The FS_inst Far Sync instance forwards redo to the Far_away physical standby only if the Close_by primary database is not able to do so.

C.

The Far Sync instance will not forward redo to the Far_away physical standby because Fast-Start Failover is disabled.

D.

The Close_by primary database forwards redo to the Far_away physical standby directly and also sends redo to the FS_inst Far Sync instance.

E.

The Far Sync instance will not forward redo to the Far_away physical standby because the Protection mode is not MaxProtection.

Which four factors can influence the rate of SQL apply on a logical standby database?

A.

the number of PREPAER processes

B.

the number of coordinator processes on the standby database instance

C.

the number of full table scans performed by SQL apply

D.

the size of the undo tablespace on the logical standby database

E.

the number of applier processes

F.

the size of the shared pool

Which two Data Guard features require the use of flashback database by the broker?

A.

Far Sync Instances

B.

Snapshot Standby databases

C.

Read-Mostly physical standby implementations

D.

Fast-Start Failover

E.

Real Time Query

Which three are true regarding prerequisites for a logical standby database as a disaster recovery solution?

A.

Ensure that supplemental logging is enabled on the primary database.

B.

Ensure that no ROWID data types are contained in the primary database.

C.

Ensure that no BFILE LOB data types are contained in the primary database.

D.

Do not perform any nologging operations on the primary.

E.

Ensure that flashback is enabled on the primary database.