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

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

Questions 4

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.

Buy Now
Questions 5

You created the PRODSBY1 physical standby database for the PROD primary database using gql and RMAN. You are planning to create a Data Guard Broker configuration. You execute the command:

1z0-076 Question 5

Which three statements are true regarding the execution of the command?

Options:

A.

The command will execute successfully only if the DG_BROKER_START initialization parameter is set to TRUE for the PROD database instance.

B.

The PRODSBY1 standby database is automatically added to the configuration if DG_BROKER_START is TRUE for PRODSBYl.

C.

The PRODSBYI standby database is automatically added to the configuration if Oracle Net connectivity to the PRODSBYl database instance is defined on the primary host.

D.

The command will execute successfully only if Oracle Net connectivity to the PROD database instance is defined on the primary host.

E.

The Data Guard Broker configuration files is automatically created in the destinations specified by the DG_BROKER_CONFIG_FILEn initialization parameters on the primary database.

F.

The command will execute successfully only if Oracle Net connectivity to the PROD and PRODSBYl database instances are defined on the primary host.

Buy Now
Questions 6

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 7

Which three can be done using Data Guard Broker?

Options:

A.

Create a new physical standby database.

B.

Configuring the standby control file, server parameter file, and data files for a standby database.

C.

Define logical standby database skip rules.

D.

Converting physical standby databases to snapshot standby databases.

E.

Monitoring and managing redo transport services, and log apply services.

F.

Automating failover to a specified target standby database.

Buy Now
Questions 8

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.

Buy Now
Questions 9

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

Buy Now
Questions 10

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.

Buy Now
Questions 11

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.

Buy Now
Questions 12

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 13

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.

Buy Now
Questions 14

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:

1z0-076 Question 14

A)

1z0-076 Question 14

B)

1z0-076 Question 14

C)

1z0-076 Question 14

D)

1z0-076 Question 14

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 15

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 16

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.

Buy Now
Questions 17

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.

Buy Now
Questions 18

Examine the Data Guard configuration:

1z0-076 Question 18

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.

Buy Now
Questions 19

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.

Buy Now
Questions 20

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.

Buy Now
Questions 21

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.

Buy Now
Questions 22

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 23

You detected an unrecoverable archive gap in your data guard environment. So, you need to roll standby.

forward in time without applying a large number of archive log files using this command:

RMAN> RECOVER STANDBY DATABASE FROM SERVICE-;

When running this command, which of the following steps can be performed automatically?

1. Remember all data file names on the standby.

2. Restart standby in nomount.

3. Restore controlfile from primary.

4. Mount standby database.

5. Rename data files from stored standby names.

6. Restore new data files to new names.

7. Recover standby.

Options:

A.

2,3,5,6,7

B.

2,3,6,7

C.

1,3,5,6,7

D.

1,2,3,4,5,6,7

E.

1, 2,3,4,6,7

Buy Now
Questions 24

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.

Buy Now
Questions 25

On your logical standby database, you specified these rules:

1z0-076 Question 25

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

1z0-076 Question 25

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.

Buy Now
Questions 26

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.

Buy Now
Questions 27

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 28

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.

Buy Now
Questions 29

You must configure an Oracle Data……….

1. A primary database

2. A physical standby database

Examine these requirements: 1. Data loss is not permitted.

1. Data loss is not permitted.

2. It should be possible to convert the physical standby database to a snapshot standby database.

3. Under normal operations, transactions should commit when redo is written to disk on the primary database and as soon as it has been received by the standby database instance.

4. The availability of the primary database should not be compromised by the availability of the standby database.

5. It should be possible to convert the physical standby database to a logical standby database

6. It should be possible to deploy Real Application Clusters on the primary database.

7. It should be possible to deploy Real Application Clusters on the physical standby database.

You configure SYNC redo transport mode in combination with Maximum Protection mode.

Options:

A.

1, 2, 3, 6, and 7

B.

1, 2, 3, 4, 5, 6, and 7

C.

1, 2, 6, and 7

D.

1, 6, and 7

E.

1, 2, and 5

Buy Now
Questions 30

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

Buy Now
Questions 31

Examine the Data Guard configuration after an accidental switchover to Sheep:

DGMGRL> show configuration;

Configuration - Animals

Protection Mode: MaxAvailability

Databases:

sheep - Primary database

dogs - Logical standby database

cats - Physical standby database (disabled)

ORA-16795: the standby database needs to be re-created

Fast-Start Failover: DISABLED

Configuration Status:

SUCCESS

Which three statements will be true after a switchover to Dogs?

Options:

A.

Sheep will be a disabled logical standby database.

B.

Cats will be a disabled physical standby database that can be manually enabled.

C.

Sheep will be an enabled logical standby database.

D.

Dogs will be the primary database.

E.

Cats will be an enabled physical standby database.

Buy Now
Questions 32

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
Exam Code: 1z0-076
Exam Name: Oracle Database 19c: Data Guard Administration
Last Update: Oct 15, 2025
Questions: 107

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90