Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

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

Question 1

Examine the Data Guard configuration:

Question # 1

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 2

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 3

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 4

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 to async for the standby database Sheep.

B.

The redo transport mode is set to asyn: for the standby database Cats.

C.

The redo transport mode is set to async for both standby databases.

D.

Cats is a snapshot standby database.

Question 5

Which two are true about database roles in an Oracle Data Guard configuration?

Options:

A.

A Physical Standby Database can be converted into a Logical Standby Database.

B.

A Snapshot Standby Database can be a fast-start failover target.

C.

A Logical Standby Database can be converted to a Snapshot Standby Database.

D.

A Logical Standby Database can cascade redo to a terminal destination.

E.

A configuration consisting only of a primary and one or more physical standby databases can support a rolling release upgrade.

Question 6

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

Question 7

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 8

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

Question 9

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

Question 10

Examine the fast-start failover configuration:

Question # 10

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.

Question 11

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 12

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.

Question 13

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:

Question # 13

A)

Question # 13

B)

Question # 13

C)

Question # 13

D)

Question # 13

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 14

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.

Question 15

Which three are prerequisites for enabling Fast-Start Failover?

Options:

A.

The Data Guard environment must be managed by the Data Guard Broker.

B.

Flashback Database must be enabled only on the Fast-Start Failover target standby database.

C.

You can specify only one standby database as the fast-start failover target.

D.

The configuration must be operating in either Maximum Performance or Maximum Protection mode.

E.

The maximum protection mode can be used, but with two or more standby databases.

F.

Flashback Database must be enabled on both the primary database and the Fast-Start Failover target standby database.

Question 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.

Question 17

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

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 21

You are licensed to use Oracle Active Data Guard.

Which TWO statements are true after enabling block change tracking on a physical standby database?

Options:

A.

It starts the RVWR process on the physical standby database instance.

B.

It starts the CTWR process on the primary database instance.

C.

It allows fast incremental backups to be offloaded to a snapshot standby database, when the physical standby database is converted.

D.

It starts the CTWR process on the physical standby database instance.

E.

It allows fast incremental backups to be offloaded to the physical standby database.

F.

It allows fast incremental backups to be taken on the primary database.

Page: 1 / 7
Total 70 questions