Skip to content

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
Image title
Step 1 of 11

Step 2

  • Select Oracle Real Application Clusters database installation
Image title
Step 2 of 11

Step 3

  • Select Node1 and Node2 to install the Database software.
Image title
Step 3 of 11

Step 4

  • Select Enterprise Edition
Image title
Step 4 of 11

Step 5

  • Verify Oracle Base Location and Proceed to the Next step
Image title
Step 5 of 11

Step 6

  • Verify the OS Groups created in the Prerequisite.
Image title
Step 6 of 11

Step 7

  • Select Automatically run configuration scripts and enter the root password in the password field.
Image title
Step 7 of 11

Step 8

  • The Installer will perform the Prerequisite Checks before proceeding.
Image title
Step 8 of 11

Step 9

  • Once the Prerequisite Checks have been completed, Save the Response file and Click on Install.
Image title
Step 9 of 11

Step 10

  • Select Yes on the configuration Scripts Prompt.
Image title
Step 10 of 11

Step 11

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

Comments