Summer Special Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

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

Questions 4

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 5

Which FOUR database parameters might be affected by or influence the creation of standby databases?

Options:

A.

DB_NAME

B.

ARCHIVE_LAG_TARGET

C.

db_file_name_convert

D.

COMPATIBLE

E.

FALSERVER

F.

STANDBY_ARCHIVE_DEST

Buy Now
Questions 6

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.

Buy Now
Questions 7

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 8

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 9

Which four factors can influence the rate of SQL apply on a logical standby database?

Options:

A.

the number of PREPAER processes

B.

the number of coordinator processes on the standby database instance

C.

the number of full table scans performed by SQL apply

D.

the size of the undo tablespace on the logical standby database

E.

the number of applier processes

F.

the size of the shared pool

Buy Now
Questions 10

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 11

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.

Buy Now
Questions 12

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 13

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 14

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 15

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 16

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 16

A)

1z0-076 Question 16

B)

1z0-076 Question 16

C)

1z0-076 Question 16

D)

1z0-076 Question 16

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 17

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

Buy Now
Questions 18

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.

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 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 21

Examine the Data Guard configuration:

1z0-076 Question 21

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 22

Which three statements are true about snapshot standby databases?

Options:

A.

A resize command to reduce the size of an empty datafile in the snapshot standby database, which was created in the primary database, will succeed.

B.

A resize command to reduce the size of an empty datafile in the snapshot standby database, which was created in the snapshot standby database, will succeed.

C.

A resize command to extend the size of a datafile in the snapshot standby database, which was created in the snapshot standby database, will succeed.

D.

A resize command to reduce the size of an empty datafile in the snapshot standby database, which was created in the physical standby database, will succeed.

E.

A resize command to extend the size of a datafile in the snapshot standby database, which was created in the primary database, will succeed.

Buy Now
Questions 23

Examine this query and its output:

1z0-076 Question 23

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 24

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.

Buy Now
Questions 25

Which THREE steps are prerequisites for the creation of a physical standby database on a separate server using the RMAN active database duplication method?

Options:

A.

Configure Oracle Net connectivity on the primary host to the standby database instance.

B.

Establish user equivalence for the database software owner between the primary host and standby host.

C.

startup nomount the standby database instance.

D.

Set the DB_UNIQUE_NAME parameter on the primary database to a different value than that of the DB_NAME name parameter.

E.

Put the primary database into archivelog mode.

Buy Now
Questions 26

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.

Buy Now
Questions 27

Examine the fast-start failover configuration:

1z0-076 Question 27

Options:

A.

A failover may occur if the observer has lost connectivity to the primary database, even if the Fast-Start Failover target standby database has a good connection to the primary database

B.

If South_Sales develops a problem and cannot be the target of a failover, the broker automatically changes the fast-start failover target to one of the other candidate targets.

C.

The observer will initiate a failover when the primary database is unable to produce local archived redo log files.

D.

You must disable fast-start failover first to change the fast-start failover target to East sales.

E.

The observer is running.

Buy Now
Questions 28

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 29

Which two Data Guard features require the use of flashback database by the broker?

Options:

A.

Far Sync Instances

B.

Snapshot Standby databases

C.

Read-Mostly physical standby implementations

D.

Fast-Start Failover

E.

Real Time Query

Buy Now
Questions 30

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 31

You are planning to perform block comparison using the dbms comp package:

1z0-076 Question 31

Which TWO statements are true?

Options:

A.

The databases should be at least mounted before block comparison.

B.

Logical standby databases can be the target database for the dbms_dbcomp.dbcomp procedure.

C.

It requires that the DB_LOST_WKITE_protect initialization parameter be enabled.

D.

You can monitor the progress of an ongoing block comparison operation by querying VS SES SION_LONGOPS.

E.

It can be used to detect lost writes and inconsistencies between the primary database and the cascaded standbys.

Buy Now
Questions 32

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

PDF + Testing Engine

$66  $164.99

Testing Engine

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

PDF (Q&A)

$42  $104.99
buy now 1z0-076 pdf