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

1z0-066 Questions and Answers

Note! Following 1z0-066 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is 1z0-076

1z0-066 Questions and Answers

Question # 6

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

Which two are true about database roles in an Oracle Data Guard Configuration? (Choose two.)

A.

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

B.

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

C.

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

D.

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

E.

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

Full Access
Question # 8

Which three are true concerning Automatic Block Media Recovery in a Data Guard environment when running an application as an ordinary Oracle user? (Choose three.)

A.

Real Time Query must be enabled on the primary database.

B.

Real Time Query must be enabled on the physical standby database.

C.

If a physically corrupt block is discovered on a physical standby database, then a valid block image from the primary database is retrieved.

D.

If a physically corrupt block is discovered on the primary database, then a valid block image from a physical standby database is retrieved.

E.

If a physically corrupt block is discovered on a logical standby database, then a valid block image from the primary database is retrieved.

F.

If a physically corrupt block is discovered on a primary database, then a valid block image from the logically standby database is retrieved.

Full Access
Question # 9

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? (Choose three.)

A.

Client TNS entries for the databases use the correct service names for the intended service.

B.

A service name is registered with the local listener of each database instance.

C.

Oracle Net connectivity to the primary database instance must be established on all the standby database instances.

D.

The LOCAL_LISTENER parameter on the primary database instance must always be set.

E.

The standby database services must be defined statically with the Listeners running on the standby database hosts.

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.

The client applications must use the correct TNS entries when requesting connections to the database instances.

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 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 # 12

You are required to change the Data Guard Configuration protection mode from MAXPERFORMANCE to MAXAVAILABILITY using Enterprise Manager Cloud Control.

Which two are true about this change? (Choose two.)

A.

If the primary database cannot write its redo to at least one synchronized standby database, then the protection level remains unchanged.

B.

The primary database instance will remain up and running, if it cannot write redo to at least one synchronized standby database.

C.

Transactions will not commit until all redo data needed to recover those transactions are written to the online redo log, and to the standby redo log on at least one synchronizes standby database.

D.

Fast start failover can be enabled when making the chance.

E.

Real time apply will be automatically turned on.

Full Access
Question # 13

You must configure an Oracle Data Guard environment consisting of:

1. A primary database

2. Three Physical Standby Databases

You must meet these requirements:

1. 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?

A.

SYNC NOAFFIRM and Maximum Protection

B.

SYNC NOAFFIRM and Maximum Availability

C.

ASYNC and Maximum Performance

D.

SYNC AFFIRM and Maximum Availability

E.

SYNC AFFIRM and Maximum Protection

Full Access
Question # 14

Which four statements are true regarding SQL Apply filters for a logical standby database? (Choose four.)

A.

They can be used to skip execution of DML triggers on a table while allowing the DML to execute.

B.

They can be used to skip ALTER SYSTEM and ALTER DATABASE commands.

C.

They can be used to stop SQL apply if it encounters an error.

D.

They can be used to skip all SQL statements executed on a specific pluggable database (PDB) within a standby multitenant container database (CDB).

E.

They can only be used to skip DML statements on a table.

F.

They can be used to skip ALTER TABLE commands on a specific tables.

G.

They can be used to skip CREATE TABLE commands.

Full Access
Question # 15

Examine the Data Guard configuration:

DGMGRL> show configuration:

Configuration ‒ Animals

Protection Mode: MaxAvailability

Databases:

cats ‒ Primary database

dogs ‒ Physical standby database

sheep ‒ Logical standby database

Fast-Start Failover: DISABLED

Configuration Status:

SUCCESS

Which three will be true after a switchover to Dogs? (Choose three.)

A.

Sheep will be an enabled logical standby database.

B.

Cats will be an enabled physical standby database.

C.

Dogs will be the primary database.

D.

Sheep will be a disabled logical standby database.

E.

Cats will be a disabled physical standby database.

Full Access
Question # 16

You created the PRODSBY1 physical standby database for the PROD primary database using SQL and RMAN.

You are planning to create a Data Guard Broker configuration.

You execute the command:

DGMGRL> CREATE CONFIGURATION ‘DGConfig’ AS

> PRIMARY DATABASE IS ‘PROD’

> CONNECT IDENTIFIER IS PROD;

Which three statements are true regarding the execution of the command? (Choose three.)

A.

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

B.

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

C.

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

D.

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.

E.

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

F.

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

Full Access