Oracle Database 12c: Installation and Administration — Question 48
Which three statements are true about Oracle Restart? (Choose three.)
Answer options
- A. It can be configured to automatically attempt to restart various components after a hardware or software failure.
- B. While starting any components, it automatically attempts to start all dependencies first and in proper order.
- C. It can be configured to automatically restart a database in case of normal shutdown of the database instance.
- D. It can be used to only start Oracle components.
- E. It runs periodic check operations to monitor the health of Oracle components.
Correct answer: B, D, E
Explanation
The correct answers are B, D, and E. Statement B is true as Oracle Restart ensures dependencies are started in the right order. Statement D is correct because Oracle Restart is limited to starting Oracle components only. Statement E is valid since it includes health monitoring checks for Oracle components. Statements A and C are incorrect because Oracle Restart does not handle automatic restarts after normal shutdowns or hardware/software failure scenarios.