Weekend Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

1z0-076 Oracle Database 19c: Data Guard Administration Questions and Answers

Questions 4

Examine this list of possible steps:

1. Raise the compatibility level on both databases.

2. Restart SQL Apply on the upgraded logical standby database.

3. Start SQL Apply on the old primary database.

4. Perform a Switchover to the logical standby database.

5. Upgrade the logical standby database.

6. Upgrade the old primary database.

Which is the minimum number of steps in the correct order, to perform a rolling release upgrade of a data guard environment using an existing logical standby database and to enable the new functionality?

Options:

A.

1,5,2,4,6,3

B.

5,2,4,6,3,1

C.

4,6,5,2,3,1

D.

5,2,4,1

E.

5,2,4,3,6,1

Buy Now
Questions 5

Examine this query and its output:

1z0-076 Question 5

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.

Buy Now
Questions 6

Which TWO statements correctly describe the behavior of Automatic Block Media Recovery in a Data Guard environment, for a corrupt block in the example tablespace encountered by a session logged in as the SH user?

Options:

A.

A corrupt block on the primary database can be automatically recovered, using a block from a standby database with Real-Time Query enabled.

B.

A corrupt block on the primary database is automatically recovered, using a block from a flashback log from a standby database with Real-Time Query enabled.

C.

A corrupt block on a standby database with Real-Time Query enabled, is automatically recovered, using flashback logs from the standby database.

D.

A corrupt block on a standby database with Real-Time Query enabled, can be automatically recovered, using a block from the primary database.

E.

A corrupt block on the primary database is automatically recovered, using a block from a flashback log from the primary database.

Buy Now
Questions 7

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.

Buy Now
Questions 8

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

Buy Now
Questions 9

Examine the Data Guard configuration:

1z0-076 Question 9

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.

Buy Now
Questions 10

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.

Buy Now
Questions 11

Examine the following parameter settings of the physical standby database:

• STANDBY_FILE_MANAGEMENT=AUTO

• ENABLED_PDBS_ON_STANDBY=

During which TWO tasks are files automatically created in the physical standby database after structure changes on the primary database?

Options:

A.

Performing transportable tablespaces

B.

Adding or dropping a redo file group

C.

Adding a data file or creating a tablespace

D.

Creating a PDB from the existing PDB within the same CDB

E.

Renaming a data file in the primary database

Buy Now
Questions 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.

Buy Now
Questions 13

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?

Options:

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.

Buy Now
Questions 14

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.

Buy Now
Questions 15

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

Buy Now
Questions 16

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.

Buy Now
Questions 17

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

Buy Now
Questions 18

You are using Data Guard in conjunction with Global Database Services.

You have a Data Guard Broker configuration called Sales and a GDS pool called Prod.

Which three are true concerning the management of the broker configuration when using GDS?

Options:

A.

DGMGRL may be used to add the Sales configuration to the Prod pool in gds.

B.

Performing a role change with DGMGRL automatically notifies GDS which in turn activates the appropriate services.

C.

DGMGRL may be used to add a single database to the Sales configuration even if Sales is a member of the Prod pool.

D.

Adding a database to the Sales configuration with DGMGRL automatically adds the database to the Prod Pool.

E.

Adding a database to the Sales configuration with DGMGRL requires that the Sales configuration be disabled first. It must then be enabled after the new database is added to the configuration.

Buy Now
Questions 19

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

1z0-076 Question 19

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)

1z0-076 Question 19

B)

1z0-076 Question 19

C)

1z0-076 Question 19

D)

1z0-076 Question 19

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 20

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.

Buy Now
Questions 21

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

Buy Now
Questions 22

You are monitoring your Data Guard broker configuration and issue this set of DGMGRL commands:

DGMGRL> SHOW CONFIGURATION;

Configuration - DRSolution

Protection Mode: MaxPerformance

Databases:

Close_by - Primary database

FS_inst - Far Sync

Far_away - Physical standby database

Fast-Start Failover: DISABLED

Configuration Status:

SUCCESS

What is true concerning this configuration?

Options:

A.

The Close_by primary database instance forwards redo to the FS_inst Far Sync instance, which forwards the redo in turn to the Far_away physical standby database instance.

B.

The FS_inst Far Sync instance forwards redo to the Far_away physical standby only if the Close_by primary database is not able to do so.

C.

The Far Sync instance will not forward redo to the Far_away physical standby because Fast-Start Failover is disabled.

D.

The Close_by primary database forwards redo to the Far_away physical standby directly and also sends redo to the FS_inst Far Sync instance.

E.

The Far Sync instance will not forward redo to the Far_away physical standby because the Protection mode is not MaxProtection.

Buy Now
Questions 23

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.

Buy Now
Questions 24

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.

Buy Now
Questions 25

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.

Buy Now
Questions 26

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.

Buy Now
Questions 27

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.

Buy Now
Questions 28

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.

Buy Now
Questions 29

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

Options:

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.

Buy Now
Questions 30

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.

Buy Now
Questions 31

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.

Buy Now
Questions 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

Buy Now
Exam Code: 1z0-076
Exam Name: Oracle Database 19c: Data Guard Administration
Last Update: Jul 4, 2025
Questions: 107

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now 1z0-076 testing engine

PDF (Q&A)

$31.5  $104.99
buy now 1z0-076 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 06 Jul 2025