Oracle Database 12c: Advanced Administration — Question 140
Which three statements are true about Oracle Restart?
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: A, B, E
Explanation
The correct answers A, B, and E highlight the features of Oracle Restart, including its ability to restart components and monitor their health. Option C is incorrect because Oracle Restart does not automatically restart a database after a normal shutdown; this is typically a manual action. Option D is also incorrect as it can manage various components beyond just starting Oracle components.