nerdexam
Oracle

1Z0-083 · Question #226

Which two are true about a read-only Oracle home?

The correct answer is A. It is enabled by performing a software-only Oracle Database installation and then running the E. It contains an image that can be distributed across multiple servers. A read-only Oracle home separates the static software binaries from instance-specific configuration and log files, making the home directory itself immutable. Option A is correct because enabling it requires a software-only installation first (no DB created yet), followed by…

Oracle Database Architecture

Question

Which two are true about a read-only Oracle home?

Options

  • AIt is enabled by performing a software-only Oracle Database installation and then running the
  • BIt requires the Rapid Home Provisioning service.
  • CIts configuration data and log files reside in subdirectories under the Oracle home.
  • DIt is enabled by performing an Oracle Database installation with database creation and then
  • EIt contains an image that can be distributed across multiple servers.

How the community answered

(49 responses)
  • A
    76% (37)
  • B
    8% (4)
  • C
    14% (7)
  • D
    2% (1)

Explanation

A read-only Oracle home separates the static software binaries from instance-specific configuration and log files, making the home directory itself immutable. Option A is correct because enabling it requires a software-only installation first (no DB created yet), followed by running roohctl -enable - only then do you create the database. Option E is correct because the immutable, self-contained nature of a read-only home means it functions as a "gold image" that can be cloned and distributed across many servers without modification, which is its primary operational value.

Why the distractors are wrong:

  • B - Rapid Home Provisioning (RHP) is a separate Oracle fleet-management service; read-only homes do not require it, though the two features complement each other.
  • C - This is the opposite of true. Config data and log files are stored outside the Oracle home (under ORACLE_BASE_HOME), which is precisely what keeps the home read-only.
  • D - You cannot enable a read-only home during an installation that simultaneously creates a database; the software-only path is mandatory.

Memory tip: Think of a read-only Oracle home like a Docker image - immutable, shareable, and deployable everywhere, while each server keeps its own runtime config/logs in a separate volume. If config lived inside, it wouldn't be read-only.

Topics

#read-only oracle home#software-only installation#oracle home distribution#installation architecture

Community Discussion

No community discussion yet for this question.

Full 1Z0-083 Practice