1Z0-062 · Question #194
Which three statements are true about Oracle Restart?
The correct answer is A. It can be configured to automatically attempt to restart various components after a hardware or C. While starting any components, it automatically attempts to start all dependencies first and in D. It runs periodic check operations to monitor the health of Oracle components.. Oracle Restart automatically restarts Oracle components after failures, manages dependency startup ordering, and runs periodic health checks to maintain availability.
Question
Which three statements are true about Oracle Restart?
Options
- AIt can be configured to automatically attempt to restart various components after a hardware or
- BIt can be used to only start Oracle components
- CWhile starting any components, it automatically attempts to start all dependencies first and in
- DIt runs periodic check operations to monitor the health of Oracle components.
- EIt can be configured to automatically restart a database in case of normal shutdown of the
How the community answered
(20 responses)- A90% (18)
- B5% (1)
- E5% (1)
Why each option
Oracle Restart automatically restarts Oracle components after failures, manages dependency startup ordering, and runs periodic health checks to maintain availability.
Oracle Restart can be configured to automatically attempt to restart registered components such as databases, listeners, and ASM instances following unexpected hardware or software failures.
Oracle Restart is not limited to Oracle components - custom applications and non-Oracle resources can also be registered and managed by it.
When starting any component, Oracle Restart identifies all dependencies for that component and starts them first in the correct sequence before starting the requested component.
Oracle Restart executes periodic health check operations at configured intervals to assess the status of registered components and triggers a restart when a failure condition is detected.
Oracle Restart is designed to recover from abnormal failures only; a deliberate normal shutdown by a DBA is treated as intentional and does not trigger an automatic restart.
Concept tested: Oracle Restart features and component lifecycle management
Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/configuring-automatic-restart-of-an-oracle-database.html
Topics
Community Discussion
No community discussion yet for this question.