Oracle Data Guard 19c Deployment Series from Zero to Fast Failover part 4 oracle software installation

Up to this point, you have successfully completed a Grid Infrastructure installation.

In the previous parts:

Now it is time to proceed with the database installation.


The process is almost similar to the Grid installation path, because we need to apply the patch before starting the installation.


Using the oracle user, create the following directory:

mkdir -p /u01/app/oracle/product/19c/dbhome/

Copy the database software file to the directory we just created and extract it:

mv /u01/sources/LINUX.X64_193000_db_home.zip /u01/app/oracle/product/19c/dbhome/

cd /u01/app/oracle/product/19c/dbhome/

unzip LINUX.X64_193000_db_home.zip

Remove the OPatch directory, then copy the OPatch file into this location and extract it:

rm -rf OPatch/

cp /u01/sources/p6880880_190000_Linux-x86-64.zip .

unzip p6880880_190000_Linux-x86-64.zip

Run the following command to start the installation and apply the patch:

./runInstaller -applyRU /u01/sources/37641958/

Wait a few minutes for the installation window to appear.

Make the following selections during the installation wizard:

  • Select Set Up Software Only

  • Choose Single Instance Database Installation

  • Select Enterprise Edition

  • Accept the suggested Oracle Base path

  • The proposed OS group configuration is correct based on the preinstallation steps

  • Choose to run the root scripts manually

  • Click Install


After a few minutes, a window appears displaying the root scripts.
Execute them using the root user.

Once the scripts are executed, this step is complete.

In the next part, we will run DBCA to create the target database on dc1.


Video Link

YouTube video link for this part in persian


Next Part

DBCA