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

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

Page: 1 / 11
Total 107 questions

Oracle Database 19c: Data Guard Administration Questions and Answers

Question 1

Which THREE steps are prerequisites for the creation of a physical standby database on a separate server using the RMAN active database duplication method?

Options:

A.

Configure Oracle Net connectivity on the primary host to the standby database instance.

B.

Establish user equivalence for the database software owner between the primary host and standby host.

C.

startup nomount the standby database instance.

D.

Set the DB_UNIQUE_NAME parameter on the primary database to a different value than that of the DB_NAME name parameter.

E.

Put the primary database into archivelog mode.

Question 2

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

Options:

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

Question 3

Which two statements are true regarding Data Guard environments in an Oracle Muti-tenant architecture?

Options:

A.

Different redo transport methods can be configured for different pluggable databases within one Data Guard environment.

B.

The Data Guard broker may be used for multi-tenant databases.

C.

PDB_FILE_NAME CONVERT must be set to enable creation of standby databases if they are

created on the same host as the primary.

D.

Standby redo log files are required for each pluggable database that is protected with Data Guard.

E.

A Data Guard environment with a multi-tenant primary database can operate in any Protection mode.

Question 4

You have a Data Guard broker configuration consisting of:

    A primary database

    One local physical standby database

    One far sync instance

    A remote physical standby database

The broker configuration was created with the DGMGRL utility after creating all the databases and the far sync instance with command-line tools.

What is the correct way to add this configuration to Enterprise Manager Cloud Control assuming all the nodes have been discovered already as Enterprise Manager targets?

Options:

A.

Discover the primary as a target by refreshing the node on which it runs, and the other databases and instances in the Data Guard broker configuration will be discovered as targets automatically and be ready to be monitored.

B.

Delete the Data Guard Broker configuration using DGMGRL and then re-create it using Enterprise Manager Cloud Control to enable all the databases in the configuration to be discovered as targets and to be ready to be monitored.

C.

Discover the primary database as a target in Enterprise Manager Cloud Control. Then discover the existing Data Guard Broker configuration for the primary and all the other databases in the configuration will be discovered as targets and be ready to be monitored.

D.

Use the DGMGRL utility to register the configuration with the Enterprise Manager Cloud Control agent on the primary database node. This will enable the discovery of all the other databases in the configuration as targets which will be ready to be monitored.

E.

Discover either of the physical standby databases as a target by refreshing the node on which they run, and the other databases and instances in the Data Guard Broker configuration will be discovered as targets automatically and be ready to be monitored.

Question 5

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.

Options:

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.

Question 6

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?

Options:

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.

Question 7

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

Options:

A.

RMAN

B.

SQL*Plus

C.

CRSCTL

D.

Enterprise Manager Cloud Control

E.

DGMGRL

F.

SRVCTL

G.

GDCCTL

Question 8

Which TWO are benefits of using Transaction Guard in a Data Guard environment?

Options:

A.

It protects against user errors being replicated to standby databases.

B.

It provides application continuity by rolling back uncommitted transactions interrupted by a failover or switchover.

C.

It protects against logical corruptions being replicated to standby databases.

D.

It protects against recoverable errors during a planned or an unplanned outage of a primary database.

E.

It provides application continuity by replaying transactions interrupted by a failover or a switchover

Question 9

You created a physical standby database prodsbyi from the primary database prod using SQL and RMAN. Which THREE are prerequisites for creating a Data Guard Broker configuration to manage these databases?

Options:

A.

A local net service name to enable connectivity to the PRODSBYI database instance must be defined on the primary database host.

B.

The primary database must have supplemental logging enabled.

C.

The LOG_ARCHIVE_DEST_n parameters with the service attribute set must be cleared.

D.

The standby database must have supplemental logging enabled.

E.

The primary database must have FORCE LOGGING enabled.

F.

The DG_BROKER_START parameter must be set to TRUE for both database instances.

Question 10

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

Options:

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

Question 11

Which three are prerequisites for enabling Fast-Start Failover?

Options:

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.

Question 12

Which two are true about the use of RMAN recovery catalogs when offloading backups to a physical standby database?

Options:

A.

The physical standby database may be used to register the database in the recovery catalog, if the primary is not registered.

B.

Itbackups that are offloaded to a physical standby database are taken when not connected to a recovery catalog, then they may still be used for restoration on the primary database.

C.

The primary and physical standby databases must be registered separately in the recovery catalog, if a far sync instance is used to route redo to the physical standby database.

D.

Primary and physical standby databases may use different virtual recovery catalogs in the same physical recovery catalog.

E.

It is not necessary to use a recovery catalog unless a far sync instance is used to route redo to the physical standby database.

Question 13

You have a Data Guard Broker configuration called 'Somewhere' as shown:

DGMGRL> SHOW CONFIGURATION;

Configuration - Somewhere

Protection Mode: MaxPerformance

Databases:

Nearby - Primary database

FS - Far Sync

Farout - Physical standby database

Fast-Start Failover: DISABLED

Configuration Status:

SUCCESS

You then run this command:

DGMGRL> SHOW DATABASE 'Nearby' 'InconsistentProperties';

Which two are true about the output of this DGMGRL command?

Options:

A.

A far sync instance cannot have inconsistent properties because it has no database.

B.

It shows all properties whose broker configuration values for database Nearby are inconsistent with the broker configuration values for database Farout.

C.

Any inconsistency reported is on an instance-specific basis.

D.

It shows all properties whose broker configuration values for database Nearby are inconsistent with the values in the corresponding server parameter file or the runtime values for database instance Nearby.

Question 14

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?

Options:

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.

Question 15

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

Options:

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.

Question 16

Your Data Guard environment contains a primary database and three standby databases with these attributes:

1. prod : Primary database

2. prod_prq : Physical standby database with real-time query enabled used by reporting applications

3. prod_lsby: Logical standby database used by DSS

4. PROD_SSBY: Snapshot standby database used for Real Application Testing

Which TWO can be used to prevent clients from connecting to the wrong database instance?

Options:

A.

Create role based services with the si vet] utility when using clusterware for Oracle RAC databases or Oracle Restart for single instance Oracle databases.

B.

Establish Oracle Net connectivity to the primary database instance from all the standby database instances.

C.

Create a static service for each of the databases, register it with the local listener of each database instance, and add connection descriptors on clients to connect to those services.

D.

Create database services on each of the standby databases, start the services, and add connection descriptors on the clients to connect to those services.

E.

Create database services for each database and use event triggers to make sure that services are activated only when the database is in the correct role.

Question 17

Which three are prerequisites for enabling Fast-Start Failover?

Options:

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.

Question 18

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?

Options:

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.

Question 19

Which TWO statements are true for Data Guard environments with multi-tenant databases?

Options:

A.

A multi-tenant standby database can have fewer pluggable databases than the primary container database.

B.

Different pluggable databases within a logical standby database may have different guard statuses.

C.

The Data Guard broker automatically opens all pluggable databases of a primary database after a role change operation.

D.

The Data Guard broker automatically always opens the pluggable databases of a standby database after a role change operation.

E.

The CDBDBA privilege must be used instead of the SYSDBA privilege for connections as SYS to the root container of a multi-tenant standby database.

Question 20

Which two are true about database roles in an Oracle Data Guard configuration?

Options:

A.

A Physical Standby Database can be converted into a Logical Standby Database.

B.

A Snapshot Standby Database can be a fast-start failover target.

C.

A Logical Standby Database can be converted to a Snapshot Standby Database.

D.

A Logical Standby Database can cascade redo to a terminal destination.

E.

A configuration consisting only of a primary and one or more physical standby databases can support a rolling release upgrade.

Question 21

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?

Options:

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

Question 22

Which THREE statements are true about snapshot standby databases?

Options:

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.

Question 23

You notice that the SQL apply lag on your logical standby database has increased but the redo transport lag has not.

Which four could be reasons for the increase in SQL apply lag?

Options:

A.

An undersized undo tablespace on the logical standby

B.

Many SQL apply operations do full table scans

C.

An increased number of bulk updates on the primary

D.

An increased number of bulk inserts on the primary

E.

The standby redo log files are undersized on the primary database

F.

An undersized shared pool

Question 24

A Data Guard environment has this configuration and these attributes:

    The primary database prima is in the local region.

    A physical standby database physt1 is in the local region.

    A physical standby database physt2 is in a remote region.

    The primary ships redo to physt1.

    physt1 ships redo to physt2.

    physt1 and physt2 have Real-Time Query enabled.

A sequence has been created with this SQL statement in the primary database:

CREATE SEQUENCE a NOCACHE SESSION;

Which TWO statements are TRUE?

Options:

A.

The sequence is usable on physt1 and physt2.

B.

The sequence is usable on physt2 if physt1 becomes unavailable, but only if an alternate redo destination has been configured on the primary database.

C.

physt2 will no longer receive redo if physt1 becomes unavailable, unless LOG_ARCHIVE_DEST_n has the ALTERNATE attribute specified on the primary database.

D.

physt2 will no longer receive redo if physt1 becomes unavailable, unless LOG_ARCHIVE_DEST_n has the ALTERNATE attribute specified on physt1.

E.

The sequence is usable on physt1 but not usable on physt2.

Question 25

Your Data Guard environment consists of these components and settings:

1. A primary database

2. Two remote physical standby databases

3. The redo transport mode is set to sync

4. Real-time query is enabled for both standby databases

5. The DB_BLOCK_CHECKING parameter is set to TRUE on both standby databases

You notice an increase in redo apply lag time on both standby databases.

Which two would you recommend to reduce the redo apply lag on the standby databases?

Options:

A.

Increase the size of standby redo log files on the standby databases.

B.

Decrease the redo log file size on the primary database.

C.

Increase the number of standby redo log files on the standby databases.

D.

Lower DB_BLOCK_CHECKING to MEDIUM or low on the standby databases.

E.

Increase the size of the buffer cache on the physical standby database instances.

Question 26

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?

Options:

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.

Question 27

Which two are prerequisites for configuring flashback database for Oracle 19c databases, in a Data Guard environment?

Options:

A.

A far sync instance must be configured to flash back a standby when the primary has been flashed back.

B.

A fast recovery area must be configured.

C.

The database must be in ARCHTVELOG mode.

D.

The Data Guard real-time apply feature must be enabled.

E.

The data guard broker must be used.

Question 28

Active Data Guard (ADG) databases are widely used to offload reporting or ad hoc query-only jobs from the primary database. Reporting workload profile is different from the primary database and often requires tuning.

Which tool is used to tune SQL workloads running on an ADG database?

Options:

A.

Standby Statspack

B.

In-Memory Active Session History (ASH)

C.

Automatic Diagnostic Database Monitor (ADDM)

D.

Automatic Workload Repository (AWR)

E.

SQL Tuning Advisor

Question 29

You are licensed to use Oracle Active Data Guard.

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

Options:

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.

Question 30

Which THREE statements are TRUE about Global Sequences when connected to a physical standby database with Real-Time Query enabled?

Options:

A.

Their usage will always have a performance impact on the primary database.

B.

Their creation requires that a LOG archive_dest_n parameter be defined in the standby that points back to the primary.

C.

If the CACHE option is set then the size of the cache must be at least 100.

D.

Their usage may have a performance impact on the physical standby database if the CACHE size is too small.

E.

They must have the NOORDEK and CACHE options set.

Question 31

Which two steps must be performed before running DUPLICATE TARGET DATABASE FOR STANDBY using RMAN?

Options:

A.

Transfer a copy of the password file from the primary host to the standby host.

B.

Run the nid utility to modify the DBID of the primary database.

C.

Create an SPFILE for the standby database.

D.

Create a standby control file.

E.

Configure Oracle Net connectivity between the primary host and the standby host.

Question 32

Which three Data Guard monitoring activities may be performed using Enterprise Manager Cloud Control?

Options:

A.

You can monitor the redo apply rate on a logical standby database.

B.

You can set a critical threshold on the redo generation rate metric for a primary database.

C.

You can set a warning threshold on the redo generation rate metric for a physical standby database.

D.

You can check if redo apply needs to be tuned.

E.

You can check the potential data loss in the event of a disaster.

F.

You can monitor the redo apply rate on a snapshot standby database.

Page: 1 / 11
Total 107 questions