nerdexam
Oracle

1Z0-083 · Question #260

Which three are true about Oracle Restart?

The correct answer is A. It is used in both clustered and non-clustered environments. B. You can add and remove components from an Oracle Restart configuration with Server F. It can manage Oracle Database instances, Oracle Net Listeners, and Oracle Automatic. Options B and F are unambiguously correct: SRVCTL (Server Control) is the tool used to add, remove, and manage components registered with Oracle Restart, and Oracle Restart can manage Database instances, Net Listeners, and ASM instances - its three primary resource types. A…

Oracle Database Architecture

Question

Which three are true about Oracle Restart?

Options

  • AIt is used in both clustered and non-clustered environments.
  • BYou can add and remove components from an Oracle Restart configuration with Server
  • CIt runs from the Oracle Grid Infrastructure home.
  • DIf you shut down a database instance with SQL*Plus, Oracle Restart interprets this as a
  • EThe Server Control (SRVCTL) utility can be used to start and stop Oracle Restart.
  • FIt can manage Oracle Database instances, Oracle Net Listeners, and Oracle Automatic

How the community answered

(42 responses)
  • A
    93% (39)
  • C
    2% (1)
  • E
    5% (2)

Explanation

Options B and F are unambiguously correct: SRVCTL (Server Control) is the tool used to add, remove, and manage components registered with Oracle Restart, and Oracle Restart can manage Database instances, Net Listeners, and ASM instances - its three primary resource types.

A note of caution on Option A: Standard Oracle documentation states Oracle Restart is designed exclusively for non-clustered, standalone servers - clustered environments use Oracle Clusterware instead. Many exam prep sources mark C (runs from the Oracle Grid Infrastructure home) as correct rather than A, since Oracle Restart is installed as part of the GI home. If your source marks A as correct, treat it skeptically.

Why the distractors are wrong:

  • C - While technically true (it does run from the GI home), exam prep materials sometimes treat this as a distractor to test whether you confuse Oracle Restart with Oracle Clusterware.
  • D - Oracle Restart is smart: a clean SQL*Plus SHUTDOWN is recognized as intentional and will not trigger a restart; it only restarts after unexpected failures.
  • E - SRVCTL starts/stops registered components; Oracle Restart's own daemon (HAS) is controlled via crsctl start has / crsctl stop has.

Memory tip: Think of Oracle Restart as a "babysitter for standalone servers" - it watches DB instances, Listeners, and ASM (F), you configure its wards using SRVCTL (B), but it won't wake a component that was deliberately put to bed (D).

Topics

#Oracle Restart#Grid Infrastructure#High Availability#Component Management

Community Discussion

No community discussion yet for this question.

Full 1Z0-083 Practice