Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

Note! 1z0-066 has been withdrawn. The new exam code is 1z0-076

1z0-066 Practice Exam Questions with Answers Oracle Database 12c: Data Guard Administrator Certification

Question # 6

Examine this command executed on a physical standby database to transition it to a logical standby database:

SQL> ALTER DATABASE RECOVER TO LOGICAL STANDBY prodlgsby;

Which statement is true regarding the execution of this command?

A.

FLASHBACK is automatically enabled when transitioning to the logical standby database.

B.

The Managed Recovery Process (MRPO) continues applying redo up to the SCN immediately preceding the redo corresponding to the LogMiner dictionary build.

C.

Supplemental logging will be enabled on the logical standby database when the physical database is transitioned to the logical standby database.

D.

SQL apply is automatically started when transitioning to the logical standby database.

E.

It will automatically start redo apply.

Full Access
Question # 7

Which three are true about the use of the VALID_FOR clause of the LOG_ARCHIVE_DEST_N parameter, in determining whether archive logs should be written to a particular destination by a database in a Data Guard environment? (Choose three.)

A.

whether the database at the destination is reached by using a far sync instance

B.

whether the database at the destination is a primary or a standby

C.

whether online redo logs are to be archived at a specific destination

D.

whether standby redo logs are to be archived at a specific destination

E.

whether the database at the source is a primary or a standby

Full Access
Question # 8

Which two are true about the creation of a Data Guard Broker configuration? (Choose two.)

A.

In a broker configuration, the primary database name must match the DB_UNIQUE_NAME value in the database initialization parameter file.

B.

A primary database profile may be added to the configuration prior to creating the primary database.

C.

A standby database profile may be added to the configuration prior to creating that standby database.

D.

A newly created broker configuration requires at least one standby database profile to be specified at the time the configuration is created.

E.

A newly created broker configuration is in the disabled state.

Full Access
Question # 9

Your Data Guard environment has two remote physical standby databases.

Client applications use the local naming method to define connectivity to the primary database instance.

Which will automatically redirect clients to the new primary database in case of a switchover or failover?

A.

Create a database service on the standby databases; automate the start of the service after a role change, and modify the connection description on the clients to use that service.

B.

Configure a PRIMARY role service on the Primary and Standby and modify the Client connect descriptor to include both Primary and the Standby.

C.

Set the DB_NAME parameter identically on all databases; modify the connection descriptor on the clients to use DB_NAME to connect to the primary database instance.

D.

Set the LOCAL_LISTENER parameter for all the database instances, to register services with the default listener on the primary database host.

Full Access
Question # 10

On your logical standby database, you specified these rules:

SQL> EXECUTE DBMS_LOGSTBY.SKIP (STMT=> ‘DML’, -

SCHEMA_NAME => ‘HR’, -

OBJECT_NAME=> ‘EMP_NEW’);

SQL> EXECUTE DBMS_LOGSTBY.SKIP (STMT=> ‘DML’, -

SCHEMA_NAME => ‘HR’, -

OBJECT_NAME=> ‘EMP_OLD’);

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

SQL> EXECUTE DBMS_LOGSTBY.UNSKIP (STMT=> ‘DML’, -

SCHEMA_NAME => ‘HR’, -

OBJECT_NAME=> ‘EMP%’);

Which is true regarding the execution of the UNSKIP procedure?

A.

It succeeds only if SQL apply is stopped before deleting the SQL Apply filter.

B.

It succeeds but the SQL Apply filters are not deleted.

C.

It deletes both the SQL Apply filters.

D.

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.

E.

It succeeds only if all DML statements executed on the primary have been applied on the logical standby deleting the SQL Apply filter.

Full Access
Question # 11

Which two are true about the usage of DBMS_ROLLING? (Choose two.)

A.

The leading group contains the original primary database.

B.

The trailing group contains the original primary database.

C.

The background process DMON must be enabled on all database instances that take part in the rolling release upgrade process.

D.

At least one logical standby database must be part of the initial Data Guard configuration.

E.

The trailing group can contain standby databases that will protect the original primary database during the rolling release upgrade process.

Full Access
Question # 12

Which two are true about the use of RMAN recovery catalogs when offloading backups to a physical standby database? (Choose two.)

A.

It backups 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.

B.

The physical standby database may be used to register the database in the recovery catalog, if the primary is not registered.

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.

It is not necessary to use a recovery catalog unless a far sync instance is used to route redo to the physical standby database.

E.

Primary and physical standby database may use different virtual recovery catalogs in the same physical recovery catalog.

Full Access
Question # 13

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?

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.

Full Access
Question # 14

Examine the Data Guard configuration:

DGMGRL> show configuration;

Configuration –Animals

Protection Mode: MaxAvailability

Databases:

dogs- Primary database

cats- Snapshot standby database

sheep- Snapshot standby database

Fast-Start Failover: DISABLED

Configuration Status:

ORA-01034: ORACLE not available

ORA-16625: cannot reach database “dogs”

DGM-17017: unable to determine configuration status

You wish to perform a failover to Sheep.

Which command, or sequence of commands, should you issue to the broker before executing “failover to sheep”, using the broker?

A.

DGMGRL> convert database cats to physical standby;

B.

DGMGRL> convert database sheep to physical standby;

C.

DGMGRL> convert database sheep to physical standby;DGMGRL> convert database cats to physical standby;

D.

DGMGRL>edit configuration set protection mode as maxperformance;DGMGRL> convert database sheep to physical standby;

E.

None, because you can directly failover to a Snapshot Standby Database.

Full Access
Question # 15

Which three are true concerning database states after a successful switchover? (Choose three.)

A.

If the former primary database became a logical standby database it will be in mount state.

B.

The new primary database will be open read-write.

C.

The former primary database will always be open.

D.

If the former primary database became a logical standby database it will be open read-write.

E.

If the former primary database became a physical standby database it will always be open read-only.

F.

If the former primary database became a physical standby database it will be in the same state as the former physical standby database.

Full Access
Question # 16

Which three are true about using RMAN in a Data Guard environment? (Choose three.)

A.

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.

B.

Backups of archived redo logs taken on a physical standby are 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 control files taken on a physical standby are not interchangeable with a primary.

E.

Backups of data files taken on a physical standby are interchangeable with a primary.

Full Access