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

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
$43.75  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$38.5  $109.99
Question 1

On your logical standby database, you specified these rules:

After completion of the weekend batch cycle you attempt to delete the SQL Apply filters:

Which is TRUE regarding the execution of the UNSKIP procedure?

Options:

A.

It succeeds only if all DML statements executed on the primary have been applied on the logical standby deleting the SQL Apply filter.

B.

It deletes both the SQL Apply filters.

C.

It succeeds but the SQL Apply filters are not deleted.

D.

It succeeds only if SQL apply is stopped before deleting the SQL Apply filter.

E.

It returns an error because the syntax to delete a SQL Apply filter must specify the same object names as specified when the filter was added.

Question 2

Which two are prerequisites for configuring Transaction Guard in a Data Guard environment?

Options:

A.

Grant execute permission on the DBMS_APP_CONT package to relevant database schema owners.

B.

Ensure that connection descriptors for database clients use the failover clause with the COMMIT_OUTCOME parameter set to TRUE.

C.

Set INSTANCE_NAME identically on all the Data Guard Configuration databases and modify the local service name on the client to include a CONNECTION_LIST containing all the standby hosts.

D.

Create a database service with COMMIT_OUTCOME set to TRUE, and ensure clients use that service to connect to the database instance.

E.

Create a database service with COMMIT_OUTCOME set to TRUE and ensure that the service is statically registered with the default listener on the primary host.

Question 3

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

Options:

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.

Question 4

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.

Question 5

A customer asks for your recommendation regarding this requirement:

1. We plan to have a Data Guard Configuration with one primary database and one physical standby database.

2. We want zero data loss in case of a disaster involving the loss of one component.

3. We want to do Real Application Testing occasionally on the Standby Database.

Which solution, if any, satisfies these requirements?

Options:

A.

These requirements cannot be met.

B.

A physical standby database with synchronous redo transport that can be converted regularly into a snapshot standby to do real application testing

C.

A snapshot standby database with real time query that can be converted regularly into a physical standby database open read write, to do real application testing

D.

A far sync instance plus a snapshot standby database and real time apply that can be converted regularly into logical standby database to do real application testing

Question 6

Which three are true about using Flashback database through role transitions in a Data Guard environment?

Options:

A.

Physical standby databases retain their current role when you flash back to a point in time before a reinstate occurred which caused this database to become a physical standby.

B.

Logical standby databases retain their current role when you flash back through to a point in time before the switchover occurred which caused this database to become a logical standby.

C.

Logical standby database roles are reverted to their original role when you flash back to a point in time before the switchover occurred which caused this database to become a logical standby.

D.

Physical standby databases retain their current role when you flash back to a point in time before the switchover occurred which caused this database to become a physical standby.

E.

Flashback database may not be used to undo a physical standby database activation.

Question 7

Your expertise is requested for these customer requirements:

    The Data Guard environment must be in maximum protection mode.

    Reports must be offloaded to a physical standby database.

    There must be no lag between the primary and standby databases that affect the reports produced.

    The primary database must be resilient in case of a single network failure.

Which solution is correct for these requirements?

Options:

A.

Two standby databases, at least one of them a physical standby with Real-Time Query enabled and the STANDBY_MAX_DATA_DELAY parameter set to zero, receiving redo from the primary with synchronous transport

B.

Two standby databases, at least one of them a physical standby with Real-Time Query enabled and the STANDBY_MAX_DATA_DELAY parameter set to zero, receiving redo from the primary with asynchronous transport

C.

One physical standby database with Real-Time Query enabled, receiving redo from two Far Sync instances that are connected to the primary

D.

One physical standby database with Real-Time Query enabled and STANDBY_MAX_DATA_DELAY parameter set to zero, receiving redo from the primary with synchronous transport

E.

Two physical standby databases with Real-Time Query enabled, receiving redo from the primary with the LOG_ARCHIVE_DEST_n attributes SYNC NOAFFIRM to minimize the performance impact on the primary

Question 8

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 9

Examine the Data Guard configuration:

What happens if you issue "switchover to sheep;" at the DGMGRL prompt?

Options:

A.

The switchover succeeds and Cats becomes the new failover target.

B.

It results in an error indicating that a switchover is not allowed.

C.

The switchover succeeds but Dogs needs to be reinstated.

D.

The switchover succeeds and Fast-Start Failover is suspended.

E.

The switchover succeeds and Dogs becomes the new failover target.

Question 10

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 11

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 12

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

Question 13

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 14

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 15

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 16

Your current Data Guard environment consists of:

    A primary database containing no abstract data types used for user tables.

    Two separate remote physical standby databases used for reporting.

Examine these requirements for adding a new standby database to this Data Guard environment:

    The new standby database must provide a disaster recovery solution.

    There must be minimal additional performance overheads on the primary database.

    The new standby database may require additional indexes and materialized views not present in the primary.

    New tables or schemas may be required in the standby database that are not present in the primary.

What would you recommend to fulfill these requirements?

Options:

A.

A physical standby database with synchronous redo transport and Real-Time Query enabled.

B.

A physical standby database with asynchronous redo transport and Real-Time Query enabled.

C.

A logical standby database with synchronous redo transport and redo apply on.

D.

A logical standby database with synchronous redo transport and SQL apply on.

E.

A logical standby database with asynchronous redo transport and SQL apply on.

Question 17

Which feature is available when monitoring a Data Guard configuration using Enterprise Manager Cloud Control, but is not available using DGMGRL or by using SQL?

Options:

A.

Analyzing the dmon process trace file

B.

Creating a broker configuration before creating the databases

C.

Viewing a logical standby database apply lag

D.

Automatic creation of standby redo logs

E.

Performing a verify operation

Question 18

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 19

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 20

Which three statements are true about snapshot standby databases?

Options:

A.

The FATLOVER TO command results in a transition of a snapshot standby database to the primary role.

B.

Tablespaces can be dropped.

C.

Tablespaces can be created.

D.

The switchover TO command allows a switchover operation to a snapshot standby database.

E.

Tables can be dropped.

F.

A logical standby database can be converted into a snapshot standby database.

Question 21

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 22

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 23

Examine the Data Guard configuration:

DGMGRL> show configuration;

Configuration - Animals

Protection Mode: MaxAvailability

Databases:

dogs - Primary database

cats - Snapshot standby database

sheep - Snapshot standby database

Fast-Start Failover: DISABLED

Configuration Status:

ORA-01034: ORACLE not available

ORA-16625: cannot reach database "dogs"

DGM-17017: unable to determine configuration status

ou wish to perform a failover to sheep. Which command, or sequence of commands, should you issue to the broker before executing failover to sheep; using the broker?

Options:

A.

DGMGRL> convert database sheep to physical standby;

B.

DGMGRL> convert database cats to physical standby;

C.

DGMGRL> convert database sheep to physical standby;

DGMGRL> edit configuration set protection mode as maxperformance;

DGMGRL> convert database sheep to physical standby;

D.

DGMGRL> convert database cats to physical standby;

E.

None, because you can directly failover to a Snapshot Standby Database.

Question 24

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 25

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 26

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 27

Which three statements are true about redo transport?

Options:

A.

With synchronous redo transport, LGWR ships redo directly to RFS processes on the standby database instances and waits for an acknowledgment.

B.

An RFS process on a standby database instance may receive redo from an archiver process on the primary database instance to perform archive gap resolution.

C.

With asynchronous redo transport, TTnn processes may read redo from the log buffer or from standby redo logs on the primary database.

D.

Multiple RFS processes may receive redo on one standby database instance.

E.

Multiple RFS processes may receive redo on one far sync instance.

Question 28

Which THREE statements are TRUE about the supported workload in Active Data Guard standby databases?

Options:

A.

PL/SQL blocks that you run on Active Data Guard standby databases can be always redirected to and run on the primary database.

B.

Read-mostly reporting applications that use global temporary tables for storing temporary data can be offloaded.

C.

You might have to use sequences with global temporary tables to support read-mostly applications by using Active Data Guard.

D.

The DDL operations on private temporary tables are transparently redirected to the primary database.

E.

The DML operations on a standby can be transparently redirected to and run on the primary database

Question 29

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 30

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 31

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 32

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

Page: 1 / 7
Total 70 questions