QuestionQ1
Performing Role TransitionsExamine the following command, which is run on a physical standby database to convert it to a logical standby database:
SQL> ALTER DATABASE RECOVER TO LOGICAL STANDBY prodlgsby;
Which two statements are true about executing this command?
- A The Managed Recovery Process (MRP0) continues applying redo data to the physical standby database until it is ready for conversion to a logical standby database.
- B SQL apply is automatically started when transitioning to the logical standby database.
- C Supplemental logging will be enabled on the logical standby database when the physical standby database is transitioned to the logical standby database.
- D The DBID of the database is changed.
- E FLASHBACK is automatically enabled when transitioning the logical standby database.
- F It will automatically start redo apply.
QuestionQ2
Configuring and Managing Oracle Data Guard BrokerWhich three conditions are required before using Data Guard Broker?
- A A statically defined listener end-point must be registered with the local listener on the servers hosting the standby database instances.
- B Network connectivity to the primary database instance must be defined on the servers hosting the standby database instances.
- C The primary and standby databases must run the same version of the Oracle Database server.
- D The broker configuration files for a RAC database must reside in shared storage accessible by all the RAC database instances.
- E If any database in the configuration in a RAC database, then the broker configuration files must reside in shared storage accessible by all database instances for all databases in the broker configuration.
- F DG_BROKER_START must be set to TRUE for a database instance before adding the database to the broker configuration.
Community Discussion
QuestionQ3
Monitoring a Data Guard ConfigurationWhich TWO statements are correct about block media recovery in a Data Guard environment?
- A DB_LOST_WRITE_PROTECT must be set to TYPICAL to enable Automatic Block Media Recovery.
- B A corrupt block on the primary database can be recovered automatically, using blocks from a physical standby database that has Real-Time Query enabled.
- C When using RMAN, the RECOVER CORRUPTION LIST command can use blocks from block change tracking files..
- D DB_LOST_WRITE_PROTECT must be set to FULL to enable Automatic Block Media Recovery.
- E When using RMAN, the RECOVER CORRUPTION LIST command can use blocks from block change tracking files.
Community Discussion
QuestionQ4
Oracle Data Guard OverviewYou need to propose an Oracle Data Giard configuration for a database that supports an OLTP workload and meets these permanent requirements:
- Data loss is not allowed.
- Read-only applications must not connect to the primary database instance.
Additionally, the following requirements exist, with only one ever performed at a time:
- It must be possible to apply and test designated patches with minimal downtime.
- An upgrade to a new database release must be performed with the least possible downtime.
- New application software releases must be tested against an exact, up-to-date replica of the production database.
You propose a primary database with one physical database configured in Maximum Protection mode.
Which requirements are met?
- A 1 and 2
- B 1, 2, 3, 4, and 5
- C only requirement 5
- D only requirement 1
- E 2, 3, 4, and 5
- F 1, 2, and 4
Community Discussion
QuestionQ5
Oracle Data Guard OverviewWhich three statements are accurate about snapshot standby databases?
- A A logical standby database can be converted into a snapshot standby database.
- B Tables can be dropped.
- C The FAILOVER TO command results in a transition of a snapshot standby database to the primary role.
- D The SWITCHOVER TO command allows a switchover operation to a snapshot standby database.
- E Tablespaces can be created.
- F Tablespaces can be dropped.






Community Discussion