Database Creation
Please complete the below steps before continuing.
Step By Step Oracle 19C RAC Installation on RHEL 8.10
Install Oracle Database 19C Software
Download Oracle Database 19c (19.3) for Linux x86-64 and uploaded to Node1
server in $ORACLE_HOME
and unzip it.
cd $ORACLE_HOME
unzip -q LINUX.X64_193000_db_home.zip
Using MobaXterm, login using oracle
os user and run the setup from $ORACLE_HOME
.
$ORACLE_HOME/runInstaller.sh
Oracle 19c DB Software Installation Wizard will appear.
Step 1
- Select Setup Software Only

Step 2
- Select Oracle Real Application Clusters database installation

Step 3
- Select
Node1
andNode2
to install the Database software.

Step 4
- Select Enterprise Edition

Step 5
- Verify Oracle Base Location and Proceed to the Next step

Step 6
- Verify the OS Groups created in the Prerequisite.

Step 7
- Select Automatically run configuration scripts and enter the
root
password in the password field.

Step 8
- The Installer will perform the Prerequisite Checks before proceeding.

Step 9
- Once the Prerequisite Checks have been completed, Save the Response file and Click on Install.

Step 10
- Select Yes on the configuration Scripts Prompt.

Step 11
- Upon successful installation of the Oracle Database 19c Software. Click on Close
