In this post, we are installing Oracle 19c binaries on OEL 7.6. First, we need to download the software then unzip it on oracle home and start runInstaller from the software location.

[root@oracle19c ~]# mkdir -p /u01/app/oracle/product/19.0.0/dbhome_1
[root@oracle19c ~]# chown -R oracle:oinstall /u01
[root@oracle19c ~]# chmod -R 775 /u01
[oracle@oracle19c ~]# ./runinstaller &

Select a “Set Up Software Only” and click next.

Select on “Single instance database installation” and click on next.

Select on “Enterprise Edition” and click on next.

Put the Oracle Base and click on next

Put the “Inventory Directory” and click on next

Select an appropriate group and click on next

Provide the root password if you want to run the scripts automatically.

Check the prerequisite for installation

Review the summary page and click on install

Installation in progress.

To complete the installation on click on close.

Set the Oracle Home and connect to Sqlplus

[oracle@oracle19c sw]$ export ORACLE_HOME=/u01/app/oracle/product/19.0.0/dbhome_1
[oracle@oracle19c sw]$ export PATH=$ORACLE_HOME/bin:$PATH
[oracle@oracle19c sw]$ sqlplus -v

SQL*Plus: Release 19.0.0.0.0 - Production
Version 19.2.0.0.0

Cheers! we are successfully completed binary installation of Oracle 19c

Stay tuned for more articles on Oracle 19c 

Thank you for giving your valuable time to read the above information.

If you want to be updated with all our articles send us the Invitation or Follow us:

Skant Gupta’s LinkedIn: www.linkedin.com/in/skantali/

Joel Perez’s LinkedIn: Joel Perez’s Profile

Anuradha’s LinkedIn: Anuradha’s Profile

LinkedIn Group: Oracle Cloud DBAAS

Facebook Page: OracleHelp

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.