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

Oracle 1z0-066 Oracle Database 12c: Data Guard Administrator Exam Practice Test

Demo: 16 questions
Total 112 questions

Oracle Database 12c: Data Guard Administrator Questions and Answers

Question 1

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:

Which Data Guard broker commands are needed to implement these requirements?

Options:

A.

EDIT DATABASE prima SET PROPERTY REDOROUTES=’ (LOCAL:physt1 FASTSYNC)’;EDIT DATABASE prima SET PROPERTY REDOROUTES=’ (LOCAL:fs1 SYNC)’;EDIT FAR_SYNC fs1 SET PROPERTY REDOROUTES=’ (prima:physt2 SYNC)’;EDIT CONFIGURATION SET PROTECTION MODE AS MAXAVAILABILITY;

B.

EDIT DATABASE prima SET PROPERTY REDOROUTES=’ (LOCAL:fs1 ASYNC)’;EDIT FAR_SYNC fs1 SET PROPERTY REDOROUTES=’ (prima:physt FASTSYNC)’;EDIT CONFIGURATION SET PROTECTION MODE AS MAXPROTECTION

C.

EDIT DATABASE prima SET PROPERTY REDOROUTES=’ (LOCAL:fs1 SYNC)’;EDIT FAR_SYNC fs1 SET PROPERTY REDOROUTES=’ (prima:physt ASYNC)’;EDIT CONFIGURATION SET PROTECTION MODE AS MAXAVAILABILITY;

D.

EDIT DATABASE prima SET PROPERTY REDOROUTES=’ (LOCAL:physt1 FASTSYNC)’;EDIT DATABASE prima SET PROPERTY REDOROUTES=’ (LOCAL:fs1 FASTSYNC)’;EDIT FAR_SYNC fs1 SET PROPERTY REDOROUTES=’ (prima:physt2 ASYNC)’;EDIT CONFIGURATION SET PROTECTION MODE AS MAXAVAILABILITY;

Question 2

You must manually reinstate a database using DGMGRL.

To which database should you connect with DGMGRL before issuing the REINSTATE command and in which state should the target database be?

Options:

A.

The target database should be in NOMOUNT state and DGMGRL should be connected to any database that is a member of the configuration.

B.

The target database should be MOUNTED and DGMGRL should be connected to any database that is a member of the configuration.

C.

The target database should be MOUNTED and DGMGRL should be connected to the primary database.

D.

The target database should be MOUNTED and DGMGRL should be connected to the target database.

E.

The target database should be in NOMOUNT state and DGMGRL should be connected to the primary database.

Question 3

Which four are true about DGMGRL show command? (Choose four.)

Options:

A.

It can be used to show properties of a pluggable standby database.

B.

It can be used to show properties of a pluggable primary database.

C.

It can be used to show instance-specific properties for a RAC database.

D.

It can be used to show properties of a far sync instance.

E.

It can be used to show Fast Start Failover properties.

F.

It can be used to show properties of a primary container database.

Question 4

You administer a Data Guard environment with a primary and two physical standby databases.

One of the physical standby databases is used for reporting and is on the same host as the primary database.

The other physical standby database is remote, used for disaster recovery and REDO is routed to it via a far sync instance.

Backups are offloaded to the remote physical standby.

Which three are true concerning the management of archive logs in this Data Guard configuration? (Choose three.)

Options:

A.

Archive logs on the primary database may be deleted once they are applied on all standby databases.

B.

Archive logs on the primary database may be deleted once they are shipped on all standby databases.

C.

The deletion policy for archive logs on the remote physical standby should be set so that archived logs are deleted once they backed up at least once on the remote physical standby database.

D.

The deletion policy for archive logs on the remote physical standby should be set so that archived logs are deleted once they are applied on all standby databases.

E.

Archive logs on the primary database may be deleted once they are archived locally to disk.

Question 5

Examine the Data Guard configuration:

DGMGRL> show configuration;

Configuration – Animals

Protection Mode: MaxAvailability

Databases:

dogs - Primary database

sheep - (*) Physical standby database

cats - Physical standby database

Fast-Start Failover: ENABLED

Configuration Status:

SUCCESS

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

Options:

A.

The switchover succeeds but Dogs need to be reinstated.

B.

The switchover succeeds but Fast-Start Failover is suspended.

C.

The switchover succeeds and Cats become the new failover target.

D.

The switchover succeeds and Dogs become the new failover target.

E.

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

Question 6

Your Data Guard environment consists of these components and settings:

1. A primary database

2. Two remote physical standby databases

3. The redo transport mode is set to SYNC.

4. Real-time query is enabled for both standby databases.

5. The DB_BLOCK_CHECKING parameter is set to TRUE on both standby databases.

You notice an increase in redo apply lag time on both standby databases.

Which two would you recommend to reduce the redo apply lag on the standby databases? (Choose two.)

Options:

A.

Increase the size of the buffer cache on the physical standby database instances.

B.

Increase the number of standby redo log files on the standby databases.

C.

Decrease the redo log file size on the primary database.

D.

Lower DB_BLOCK_CHECKING to MEDIUM or LOW on the standby databases.

E.

Increase the size of standby redo log files on the standby databases.

Question 7

A Data Guard environment has this configuration and these attributes:

1. A primary database

2. A Physical Standby Database named sbdb

3. The configuration is in maximum availability protection mode.

Then sbdb is converted to a snapshot standby database.

When two statements are true? (Choose two.)

Options:

A.

Sdbd can still apply redo.

B.

The recovery point objective increases.

C.

The protection mode is lowered to maximum performance.

D.

The recovery time objective increases.

E.

Sbdb can still receive redo

Question 8

There are currently 6 APPLIER and 6 PREPARER processes running and no idle APPLIER processes on your 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. (Choose two.)

Options:

A.

Increase the PROCESSES initialization parameter

B.

Increase the value for the MAX_SERVERS SQL apply parameter.

C.

Decrease the number of archiver processes on the standby database.

D.

Increase the PARALLEL_MAX_SERVER initialization parameter

E.

Decrease the number of PREPARER processes

F.

Increase the RECOVERY_PARALLELISM initialization parameter

Question 9

Examine the Data Guard configuration:

DGMGRL> show configuration;

Configuration ‒ Animals

Protection Mode: MaxPerformance

Databases:

dogs ‒ Primary database

sheep ‒ Snapshot 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 Availability:

DGMGDRL> edit configuration set protection mode as maxavailability;

Error: ORA-16627: operation disallowed since no standby databases would remain to support protection mode

Failed.

Identify two statements that you can execute, either one of which will enable successful raising of the protection mode to Maximum Availability. (Choose two.)

Options:

A.

DGMGRL> convert database sheep to physical standby;

B.

DGMGRL> convert database cats to physical standby;

C.

DGMGRL> edit database dogs set property LogXptMode= fastsync;

D.

DGMGRL> edit database sheep set property LogXptMode= fastsync;

E.

DGMGRL> edit database cats set property LogXptMode= sync;

Question 10

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

Options:

A.

the size of the undo tablespace on the logical standby database

B.

the number of full table scans performed by SQL apply

C.

the number of coordinator processes on the standby database instance

D.

the size of the shared pool

E.

the number of APPLIER processes

F.

the number of PREPARER processes

Question 11

Which three statements are true about standby redo logs in a Data Guard configuration with no Oracle Streams or Goldengate configured? (Choose three.)

Options:

A.

They are required on a logical standby for real-time apply.

B.

They are required only for synchronous redo transport.

C.

Only standby databases can write redo to them.

D.

It is recommended to have them on the primary database.

E.

They are required on a physical standby for real-time apply.

F.

The LGWR process writes to them on a standby database.

Question 12

Which two statements are true regarding Data Guard Broker? (Choose two.)

Options:

A.

It automatically adds the primary database to an existing broker configuration when Enterprise Manager Cloud Control is used to create a standby.

B.

It automatically starts the DMON process for the database instances that are part of a Data Guard configuration.

C.

It can be used to perform failovers and switchovers.

D.

It can be used to create and manage standby databases.

E.

It can be used to monitor redo transport and log apply services.

Question 13

Which four database parameters might be affected by or influence the creation of standby databases? (Choose four.)

Options:

A.

DB_NAME

B.

ARCHIVE_LAG_TARGET

C.

COMPATIBLE

D.

DB_FILE_NAME_CONVERT

E.

DB_UNIQUE_NAME

F.

FAL_SERVER

G.

STANDBY_ARCHIVE_DEST

Question 14

Which two Data Guard features require the use of flashback database by the broker? (Choose two.)

Options:

A.

Read-Mostly physical standby implementations

B.

Far Sync Instances

C.

Fast-Start Failover

D.

Real Time Query

E.

Snapshot Standby databases

Question 15

Which three statements are true about snapshot standby databases? (Choose three.)

Options:

A.

Snapshot standby databases may be used for rolling release upgrades.

B.

If datafiles grow while a database is a snapshot standby database, then they shrink when converted back to a physical standby database.

C.

Flashback logs are used to convert a snapshot standby database back into a physical standby database.

D.

A snapshot standby database can have Real-Time Query enabled.

E.

A guaranteed restore point is created automatically when a physical standby database is converted into a snapshot standby database.

Question 16

You have a Data Guard broker configuration consisting of:

1. A primary database

2. One local physical standby database

3. One far sync instance

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

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.

B.

Discover the primary database as a target in Enterprise 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.

C.

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.

D.

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.

E.

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.

Demo: 16 questions
Total 112 questions