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

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

Page: 1 / 7
Total 70 questions

Oracle Database 19c: Data Guard Administration Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

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 2

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 3

Examine this validate command:

DGMGRL> VALIDATE DATABASE VERBOSE "";

Which THREE statements are TRUE?

Options:

A.

The command performs a comprehensive set of database checks prior to a role change.

B.

The command performs a comparison of SPFILE entries between the primary database and a specified standby database.

C.

The command performs network connectivity checks between members of a broker configuration.

D.

The command can be used for a logical standby database.

E.

The command uses information available in various Oracle Data Guard views as well as the Automatic Diagnostic Repository.

Question 4

Which THREE statements are true about Far Sync instances?

Options:

A.

The Data Guard Broker must be used to deploy and manage Far Sync instances.

B.

They work with any protection level.

C.

They enable standby databases to be configured at remote distances from the primary without impacting performance on the primary.

D.

They use an spfMe, a standby controlfile, and standby redo logs.

E.

A primary database can ship redo directly to multiple Far Sync instances.

Question 5

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 6

Examine the Data Guard configuration:

Which three will be true after a successful failover to Cats?

Options:

A.

The configuration will be in Maximum Performance mode.

B.

Sheep will be in the enabled state.

C.

Sheep will be in the disabled state.

D.

Dogs will be in the disabled state and has to be manually reinstated.

E.

The configuration will be in Maximum Availability mode.

Question 7

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

Options:

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.

Question 8

Which four requirements can be met by deploying a logical standby database?

Options:

A.

Support for workloads requiring additional materialized views.

B.

It must have the same physical structure as the primary database.

C.

It can be used to create additional tables.

D.

It must provide a disaster-recovery solution that protects all data with capability of performing switchovers and failovers.

E.

It can be used for Real Application Testing without affecting the disaster recovery capabilities.

F.

Support for workloads requiring additional indexes.

G.

It can be used to create additional schemas.

Question 9

Your Data Guard configuration consists of these components and settings:

1. A primary database

2. A remote physical standby database

3. Real-time query is enabled

4. Redo transport mode is synchronous

5. Protection mode is maximum availability

6. The Data Guard broker is used

You notice that the standby destination fails to acknowledge reception of redo within net_timeout period of time.

Which is true in this scenario?

Options:

A.

Real-time query will be disabled on the physical standby.

B.

The protection mode will automatically change to Maximum Performance.

C.

Synchronous redo transport mode connections to the standby database are terminated.

D.

The physical standby database instance is shut down by the Data Guard broker.

Question 10

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 to async for the standby database Sheep.

B.

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

C.

The redo transport mode is set to async for both standby databases.

D.

Cats is a snapshot standby database.

Question 11

Which TWO observations are true about the Far Sync instance?

Options:

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

Question 12

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

Options:

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.

Question 13

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 14

Examine this query and its output:

Which two statements are true?

Options:

A.

The master observer is connected to the database on which the query was executed.

B.

The master observer is currently running on ol7.example.com.

C.

The master observer is not running, but should run on ol7.example.com.

D.

Cats is a bystander database.

E.

The master observer is not connected to the database on which the query was executed.

Question 15

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 16

Suppose that you manage the following databases in your environment:

• boston: Primary database with a single PDB called DEVI

• london: Physical standby database protecting the PDB called DEVI

• orcl: Stand-alone database with a single PDB called PDB1 as a remote clone source

You are planning to run the following command to create a remote clone in the primary database (boston) using pdbi in orcl:

Which are the THREE prerequisites for automating instantiation of the PDB in the standby database (london)?

Options:

A.

Open PDBI (remote clone source) in Read Only.

B.

Open PDBI (remote clone source) in Read Write.

C.

Set STANDBY_PDB_SOURCE_FILE_DIRECTORY to in the london database.

D.

Set standby_pdb_source_file_dblink to clone_link in the london database.

E.

Enable Active Data Guard in the _ondon database.

F.

Set STANDBY_FILE_MANAGEMENT to auto in the london database.

Question 17

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 18

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?

Options:

A.

FASTSYNC and Maximum Protection

B.

ASYNC and Maximum Performance

C.

FASTSYNC and Maximum Availability

D.

SYNC and Maximum Protection

Question 19

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?

Options:

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.

Question 20

Your Data Guard environment has one physical standby database using Real-Time Query. Two sequences have been created by these SQL statements:

Neither sequence has been used since being created.

Session 1 connects to the primary database instance and issues these two SQL statements:

SELECT a.nextval FROM DUAL; SELECT b.nextval FROM DUAL;

Then session 2 connects to the physical standby database instance and issues the same SQL statements. Which output will be seen for session 2?

Then session 2 connects to the physical standby database instance and issues the same SQL statements. Which output will be seen for session 2?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 21

In Oracle Database 19c, you can set the value of database initialization parameters in a database using

the EDIT DATABASE... SET PARAMETER Command:

DGMGRL> EDIT DATABASE 'boston' SET PARAMETER log_archive_trace - 1;

Which THREE statements are TRUE about the command?

Options:

A.

The EDIT DATABASE PARAMETER command can be used to set the value of a static parameter in a database.

B.

The edit database parameter command can only be used to modify the value of a dynamic parameter in a database.

C.

The database must be available when the above command is run.

D.

The value set using this command is directly stored in the broker configuration file.

E.

The value set using this command is directly applied to the boston database.

Page: 1 / 7
Total 70 questions