notes(4)
notes(4)
• Definition: Oracle Restart is the non-clustered version of Grid Infrastructure (GI) that
manages various Oracle resources.
• Functionality: Allows starting, stopping, and automatic restarting of resources in case of
failure.
• Configuration: Can be set to start automatically or manually.
• Service: A set of processes managed by the operating system, including those with
root/Administrator privileges and others running under the GI installation user.
• Resource Management: Resources are registered in the Oracle Local Registry (OLR)
and are under Oracle Restart's control.
o Registration: Implicitly done by some tools or explicitly required in other cases.
o Control: Resources can be managed through GI utilities or their native utilities.
High-Availability Feature:
• Event Monitoring: Detects state changes, propagates messages, and attempts automatic
restarts of failed resources.
o Show Configuration:
o Stop Database:
o Check Status:
Restart Capability:
• Monitoring and Restart: Oracle Restart monitors and restarts resources in case of
failure.
• Controlled Shutdown: Does not trigger an automatic restart if the shutdown is
controlled.
• Restart Policy: Configured with POLICY argument in SRVCTL ADD or SRVCTL MODIFY.
o Values: AUTOMATIC (default), MANUAL, NORESTART.
Exam Tips: