Enabling a Read-Only Oracle Home
Configure your Oracle home as a read-only Oracle home after you have performed a software-only Oracle Database installation.
To enable a read-only Oracle home:
-
Perform a software-only Oracle Database installation.
-
Run the
roohctl -enablescript.Note:
Do not use the-disableflag with theroohctlcommand, as it is not supported. -
Run Oracle Database Configuration Assistant (Oracle DBCA) to create a database.
Note:
Ensure that you enable read-only Oracle home before you create the database or listener.
Software-Only Database Installation
-
Log in as the Oracle installation owner user account (
oracle) that you want to own the software binaries. -
Download the Oracle Database installation image files (
db_home.zip) to a directory of your choice. For example, you can download the image files to the\tmpdirectory. -
Create the Oracle home directory and extract the image files that you have downloaded into this Oracle home directory.
Note:
Ensure that the Oracle home directory path you create is in compliance with the Oracle Optimal Flexible Architecture recommendations. Also, unzip the installation image files only in this Oracle home directory that you created. -
From the Oracle home directory, run the
setup.execommand to start the Oracle Database installer. -
In the Select Configuration Option screen, select Set Up Software Only.
-
Select your installation type. Installation screens vary depending on the installation option you select. Respond to the configuration prompts as needed.
Note:
Click Help if you have any questions about the information you are asked to submit during installation.Run the roohctl Script
-
Go to the
bindirectorycd C:\app\oracle\product\19.0.0\dbhome_1\bin -
Run the
roohctlscript to enable read-only Oracle home.roohctl.bat -enable
Run Oracle Database Configuration Assistant
-
Ensure that you are still in the
bindirectory and run Oracle DBCA.dbca -
In the Select Database Operation screen, select Create a Database.
-
The configuration screens vary depending on the options you select. Respond to the prompts as needed.
Note:
Click Help if you have any questions about the information you are asked to submit during database creation.Related Topics
Parent topic: Configuring Read-Only Oracle Homes