1z0-066 Oracle Database 12c: Data Guard Administration

Loading demo links...

Showing 7–9 of 10 questions

Question 7

After converting your physical standby database to a logical database, you get an error:

DGMGRL> show configuration

Configuration ‒ proddg

Protection Mode: MaxPerformance

Databases: prod ‒ Primary database

prodsby ‒ Physical standby database

Error: ORA-16810 multiple errors or warnings detected for database Fast-Start Failover: DISABLED

Configuration Status:

ERROR

How can you rectify the error?

Select an option, then click Submit answer.

  • Add a logical standby database PRODSBY and enable it, thereby replacing the physical standby database metadata in the broker configuration.

  • Remove the physical standby database PRODSBY from the broker configuration, add a logical standby database PRODSBY to the broker configuration and enable it.

  • Reinstate the physical standby database PRODSBY as a logical standby, thereby replacing the physical standby database metadata in the broker configuration.

  • Reinstate both the primary and physical standby databases. The broker will automatically detect that PRODSBY is a logical standby update to the metadata.

Question 8

Examine the Data Guard configuration:

Properties:

FastStartFailoverThreshold = ‘30’

OperationTimeout = ‘30’

TraceLevel = ‘USER’

FastStartFailoverLagLimit = ‘30’

CommunicationTimeout = ‘180’

ObserverReconnect = ‘10’

FastStartFailoverAutReinstate = ‘TRUE’

FastStartFailoverPmyShutdown = ‘TRUE’

BystandersFollowRoleChange = ‘all’

ObserverOverride = ‘FALSE’

Fast-Start Failover: ENABLED

Threshold: 30 seconds

Target: dogs

Observer: prutser6.example.com

Lag Limit: 30 seconds (not in use)

Shutdown Primary: TRUE

Auto-reinstate: TRUE

Observer Reconnect: 10 seconds

Observer Override:

Configuration Status: SUCCESS

What happens if you issue “failover to dogs;” at the DGMGRL prompt while connected to Dogs?

Select an option, then click Submit answer.

  • The failover succeeds, Sheep becomes the new target standby database, and Cats is automatically reinstated.

  • The failover succeeds and Cats is automatically reinstated.

  • The failover succeeds and Cats is left running.

  • The failover succeeds and Cats is terminated.

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

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?

Select an option, then click Submit answer.

  • 5, 2, 4, 3, 6, 1

  • 1, 5, 2, 4, 6, 3

  • 5, 2, 4, 6, 3, 1

  • 4, 6, 5, 2, 3, 1

  • 5, 2, 4, 1