Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

1z0-076 Questions and Answers

Question # 6

Which THREE are among the various tasks performed by the Data Guard Monitor (DMON) process?

A.

performing role transitions when switchover requests are made

B.

maintaining information about all members of the broker configuration in binary configuration files.

C.

activating role-based services appropriately in the various database instances of the configuration, based on the database role

D.

communicating with the DMON process of the observer to monitor a primary database in case a fast start failover is required

E.

communicating with dkon processes in other database instances that are part of the broker configuration

Full Access
Question # 7

You must configure flashback database for your Oracle 19c databases that will be part of a Data Guard Broker configuration.

The databases are all in ARCHIVELOG mode.

You will execute the SQL statement:

ALTER DATABASE FLASHBACK ON;

Which three are true concerning this command?

A.

It will execute successfully while an Oracle 19c primary database is open.

B.

It will execute successfully while an Oracle 19c primary database is mounted.

C.

It will execute successfully on an Oracle 19c physical standby database while Real Time Query is active.

D.

If executed successfully on an Oracle 19c primary database, flashback will also be enabled on all logical standby databases that are part of the configuration.

E.

It will execute successfully on an Oracle 19c logical standby database while SQL apply is active.

F.

If executed successfully on an Oracle 19c primary database, flashback will also be enabled on all physical standby databases that are part of the configuration.

Full Access
Question # 8

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.

A.

The fastStartFailoverTarget property is not set on Dogs.

B.

The LogxptModr property is set to async on Sheep while Sheep is the target standby database.

C.

The LogXptMode property is set to FASTSYNC on Cats while Sheep is the target standby database.

D.

The LogXptMode property is set to async on Dogs.

E.

The LogXptMode property is set to fastsync on Dogs.

Full Access
Question # 9

You are planning to perform block comparison using the dbms comp package:

Which TWO statements are true?

A.

The databases should be at least mounted before block comparison.

B.

Logical standby databases can be the target database for the dbms_dbcomp.dbcomp procedure.

C.

It requires that the DB_LOST_WKITE_protect initialization parameter be enabled.

D.

You can monitor the progress of an ongoing block comparison operation by querying VS SES SION_LONGOPS.

E.

It can be used to detect lost writes and inconsistencies between the primary database and the cascaded standbys.

Full Access
Question # 10

Which THREE statements are true about snapshot standby databases?

A.

A snapshot standby database may be opened read-only.

B.

FLASHBACK DATABASE is enabled automatically on a snapshot standby database after converting it from a physical standby database if not already enabled.

C.

FLASHBACK DATABASE is enabled automatically on a physical standby database as part of the conversion into a snapshot standby database, if not already enabled.

D.

A snapshot standby database can have Real-Time apply enabled.

E.

A snapshot standby database may be opened read-write.

F.

FLASHBACK DATABASE must be manually enabled on a physical standby database before converting it into a snapshot standby database.

Full Access
Question # 11

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

Full Access
Question # 12

You created two remote physical standby databases using SQL and RMAN.

The primary database is a four-instance RAC database and each physical standby database has two instances.

Roles-based services are used for client connectivity and have been defined in the Grid Infrastructure.

Consider these operational requirements:

• The ability to manage multiple standby databases with a single tool

• The simplification of switchovers, failovers, reinstatements, and conversions to and from snapshot standby databases

• The automation of failovers to a specified target standby database

Which TWO tools can be used to fulfill these requirements7

A.

RMAN

B.

SQL*Plus

C.

CRSCTL

D.

Enterprise Manager Cloud Control

E.

DGMGRL

F.

SRVCTL

G.

GDCCTL

Full Access
Question # 13

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.

Full Access
Question # 14

Which three are prerequisites for enabling Fast-Start Failover?

A.

The Data Guard environment must be managed by the Data Guard Broker.

B.

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

C.

You can specify only one standby database as the fast-start failover target.

D.

The configuration must be operating in either Maximum Performance or Maximum Protection mode.

E.

The maximum protection mode can be used, but with two or more standby databases.

F.

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

Full Access
Question # 15

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.

Full Access
Question # 16

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.

Full Access
Question # 17

Which THREE are true about using flashback database in a Data Guard environment?

A.

When a flashback database operation is performed on a primary database, a physical standby database is also flashed back automatically.

B.

You can use it when real-time apply is enabled in case the phylt may not be used to flash back a primary database after a failover to a logical standby.

C.

It may be used to flash back a physical standby that receives redo from a far sync instance.

D.

You can use it when real-time apply is enabled in case the physical standby suffers from logical corruption.

E.

It may not be used to flash back a primary database after a failover to a physical standby.

F.

When a flashback database operation is performed on a primary database, a logical standby database is also flashed back automatically.

Full Access
Question # 18

Which two statements are true regarding asynchronous redo transport in a Data Guard

A.

This transport mode satisfies the minimum requirements for Maximum Availability data protection mode.

B.

A transaction can commit without waiting for redo to be sent to any standby database in the data guard configuration.

C.

This transport mode satisfies the minimum requirements for Maximum Performance data protection mode.

D.

Real-time query performance on a physical standby database improves for current read requests when using this transport mode.

E.

The performance of SQL apply on a logical standby database always improves when using this transport mode.

Full Access
Question # 19

Which three statements are true……. With no Oracle Streams or Goldengate configured?

A.

It is recommended to have them on the...

B.

Only standby databases can write redo....

C.

The LGWR process writes to them on ....

D.

They are required on a logical standby for real-time apply

E.

They are required on a physical standby for real-time apply.

F.

They are required only for synchronous redo transport

Full Access
Question # 20

Your Data Guard environment consists of these components and settings:

1. A primary database

2. A remote physical standby database

3. Real-time query is enabled.

4. The redo transport mode is set to SYNC.

5. The protection mode is set to Maximum Availability.

You notice that queries executed on the physical standby database receive errors: ORA-03172: STANDBY_MAX_DATA_DELAY of 15 seconds exceeded. Which two would you recommend to avoid this error?

A.

Increase the size of the buffer cache on the standby database instance.

B.

Reduce I/O latency for the storage used by the primary database.

C.

Increase the number of standby redo log files on the primary database.

D.

Change the protection mode to Maximum Performance.

E.

Increase the network bandwidth between the primary and standby databases.

F.

Change the protection mode to Maximum Protection.

Full Access
Question # 21

Which TWO observations are true about the Far Sync instance?

A.

Receives redo synchronously from the primary database

B.

Can be created using the RMAN DUPLICATE command

C.

Includes a standby control file, password file, data files, standby redo logs, and archive logs

D.

Can only be created using a series of SQL commands

E.

Applies redo received

Full Access