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

Oracle 1z0-076 Dumps

Page: 1 / 11
Total 107 questions

Oracle Database 19c: Data Guard Administration Questions and Answers

Question 1

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 2

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 3

Your Data Guard environment consists of these components and settings:

A primary database supporting an OLTP workload

A remote physical standby database

Real-time query is enabled

The redo transport mode is set to SYNC

The protection mode is set to Maximum Availability

Which two statements are true regarding the DelayMins database property for the standby database?

Options:

A.

It can only be enabled for a configuration in Maximum Availability mode.

B.

It allows user errors on the primary to be recovered by using the physical standby database.

C.

It can only be enabled for a configuration in Maximum Performance mode.

D.

It specifies a delay before the primary ships redo to the standby destination having DelayMins set.

E.

It allows logical corruptions on the primary to be recovered by using the physical standby database.

F.

It enables you to bypass the default network timeout interval specified for the standby redo transport destination.

Question 4

There are currently 6 applief. and 6 pfepafef processes running and no idle applier processes on y logical standby database.

The max_SERVERS SQL apply parameter and number of archiver processes are both set to 12.

Identify two changes, each of which would allow you to increase the number of applier processes.

Options:

A.

Decrease the number of archiver processes on the standby database.

B.

Increase the processes initialization parameter. D Decrease the number of FREPARER processes.

C.

Increase the value for the MAX_SERVERS SQL apply parameter.

D.

Increase the parallel_max_server initialization parameter.

E.

Increase the RECOVERY_PARALLEL initialization parameter.

Question 5

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

Options:

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.

Question 6

Your Data Guard environment has two remote physical standby databases.

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

Which will automatically redirect clients to the new primary database in case of a switchover or failover?

Options:

A.

Configure a PRIMARY role service on the Primary and Standby and modify the Client connect descriptor to include both the Primary and the Standby.

B.

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

C.

Set the DB_NAME parameter identically on all databases; modify the connection descriptor on the clients to use DB_NAME to connect to the primary database instance.

D.

Create a database service on the standby databases; automate the start of the service after a role change, and modify the connection descriptor on the clients to use that service.

Question 7

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 8

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 9

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 10

Which two are true concerning the configuring of Flashback database in a Data Guard environment?

Options:

A.

It permits a physical standby database to be converted to a snapshot standby database.

B.

It is required in order for a snapshot standby database to be converted to a physical standby database.

C.

It enables the use of far sync instances.

D.

It permits a primary database that was disabled after failover to be reinstated as a standby.

E.

It is a prerequisite for the use of Fast Start Failover.

Question 11

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 12

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 13

Which TWO statements are true about database parameters for databases in a Data Guard environment?

Options:

A.

If DB_RECOVERY_FILE_DEST is specified, then LOG_ARCHIVE_DEST_n is not required for local archive logs.

B.

The databases that are part of a Data Guard configuration must have different DB_UNIQUE_NAME initialization parameters.

C.

COMPATIBLE must have identical values for primary and standby databases.

D.

LOG_FILE_NAME_CONVERT applies to online redo logs and archived logs.

E.

DB_FILE_NAME_CONVERT is only required if the standby database is on the same host as the primary database.

Question 14

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 15

Which three statements are true about Data Guard database modes and states?

Options:

A.

Force Logging Mode is not required for a primary database but is recommended.

B.

The Primary Database can operate in noarchivelog mode.

C.

A Logical Standby Database can be in MOUNT state while applying changes.

D.

Databases in a Data Guard Configuration need not operate in Flashback Logging mode.

E.

A primary database may ship redo directly to more than nine standby databases.

Question 16

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 17

Attempting to start the observer raises an error:

DGMGRL> start observer;

DGM-16954: Unable to open and lock the Observer configuration file

Failed.

Identify two possible ways to start the observer successfully.

Options:

A.

Enable Fast-Start Failover before starting the observer.

B.

Start the observer in a different working directory.

C.

Create a broker configuration and enable Fast-Start Failover before starting the observer.

D.

Start the observer using a different observer configuration file.

E.

Set the ObserverOverride property to TRUE before starting the observer.

Question 18

Which three types of backups offload …….. with the primary database in a data Guard

Options:

A.

Control files

B.

Broker configuration files

C.

Password files

D.

Data files

E.

Online logs

F.

Archive logs

Question 19

Which two are true about managing and monitoring Oracle container databases in a Data Guard environment using the broker?

Options:

A.

If the primary database is not a container database, then a standby may be a container database.

B.

If the primary database is a container database, then a physical standby may be a non-container database.

C.

If the primary database is a container database, then a logical standby may be a non-container database.

D.

All broker actions execute at the root container for container databases.

E.

After a role change, the broker opens all Pluggable databases (pdbb) on the new primary.

Question 20

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 21

Which TWO are TRUE about offloading backups to a physical standby database in a Data Guard environment?

Options:

A.

The standby database must be registered in an RMAN catalog after the primary database has been registered.

B.

The standby database can not be registered in an RMAN catalog if the primary database has not been registered.

C.

Backups of the standby control file taken while connected to the catalog where the database is registered, may be used to restore the control file on the primary database.

D.

The standby database must be registered in an RMAN catalog before the primary database has been registered.

Question 22

Which TWO statements are true about Real-Time Query?

Options:

A.

Setting standby_max_data_delay=0 requires synchronous redo transport.

B.

Real-Time Query has no limitations regarding the protection level of the Data Guard environment.

C.

Disabling Real-Time Query prevents the automatic start of redo apply when a physical standby databases opened read only.

D.

Real-Time Query sessions can be connected to a Far Sync instance.

E.

A standby database enabled for Real-Time Query cannot be the Fast-Start Failover target of the Data Guard configuration.

Question 23

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 24

You must propose an Oracle Data Guard configuration for a database supporting an OLTP workload that meets these permanent requirements:

    Data loss is not permitted.

    Read-only applications should not connect to the primary database instance.

Additionally, there are these requirements, only one of which is ever done at any one time:

    It should be possible to apply and test designated patches with a minimum amount of downtime.

    Upgrading to a new database release should be performed with the least possible amount of downtime.

    New application software releases should be tested against an exact up-to-date replica of the production database.

You propose a primary database with one physical standby database configured in Maximum Protection mode.

Which requirements do you meet?

Options:

A.

1 and 2

B.

1, 2, 3, 4, and 5

C.

Only requirement 5

D.

Only requirement 1

E.

2, 3, 4, and 5

Question 25

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 26

A customer has these requirements for their proposed Data Guard implementation:

1. Zero data loss must still be guaranteed through the loss of any one configuration component.

2. The primary database must be protected against a regional disaster.

3. Performance overheads on the primary should be minimized as much as possible given these requirements.

4. Downtime on the primary database for any reason must be kept to a minimum.

Components referred to in the broker commands are:

as

A)

as

B)

as

C)

as

D)

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 27

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

as

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)

as

B)

as

C)

as

D)

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 28

Which THREE statements are true about snapshot standby databases?

Options:

A.

A snapshot standby database must be opened at least once in read-write mode before it can be converted into a physical standby database.

B.

A snapshot standby database can be the only standby database in a Maximum Protection Oracle Data Guard configuration.

C.

Snapshot standby databases may be used for rolling database upgrades.

D.

If datafiles grow while a database is a snapshot standby database, then they shrink when converted back to a physical standby database.

E.

A guaranteed restore point is created automatically when a physical standby database is converted into a snapshot standby database.

Question 29

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 30

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.

Question 31

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

Options:

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.

Question 32

You must design an Oracle Data Guard configuration for a DSS database that meets these permanent

requirements:

1. Creating and maintaining bitmap indexes should not impact the performance of the primary database.

2. Creating and maintaining materialized views should not impact the performance of the primary database.

Additionally, there are these requirements, only one of which is ever done at any one time:

1. It should be possible to apply designated patches with a minimum amount of downtime.

2. Upgrading to a new database release should be performed with the least possible amount of downtime.

3. New application software releases should be tested against an exact and up-to-date replica of the primary database.

Which configuration meets these requirements with the fewest of databases?

Options:

A.

a primary database with one logical standby database

B.

a primary database with two logical standby databases

C.

a primary database with one physical standby database

D.

a primary database with two physical standby databases

E.

A primary database with one logical and one physical standby database

Page: 1 / 11
Total 107 questions