Hello, friends in this article we going to Install Oracle 19c RPM based on Oracle Linux 7 64-bit, and the article based on a server installation with a 2GB swap, please follow all the steps carefully.
How to Install oracle 19c
If you have Unbreakable Linux Network (ULN) access, so as per oracle documentation you can install it using the following command as the root user. I don’t have ULN access so I can’t say anything more about it.
# yum -y install oracle-database-ee-19c
The above command download and Install automatically and Oracle Preinstallation RPM with required oracle DB 19c RPM packages.
Installing Oracle Database RPM Manually
Download the RPM “oracle-database-ee-19c-1.0-1.x86_64.rpm” from Oracle official website.
After downloading the RPM, install the Oracle Preinstallation RPM as a Root user.
For Oracle Linux:
#yum install -y oracle-database-preinstall-19c
For Red Hat Enterprise Linux:
#curl -o oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
#yum -y localinstall oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
If you have successfully install preinstall then start to install RPM-based oracle installation using the following command. In my case, my downloading Oracle RPM is available in /tmp directory.
Using yum localinstall
command start the software installation.
#cd /tmp
#yum -y localinstall oracle-database-ee-19c-1.0-1.x86_64.rpm
Now oracle database 19c RPM-based installation has been successfully done.
Read - Create Manual Database in Oracle 19c
Connect with me on:
Instagram: https://www.instagram.com/shripaldba
Linkedin: https://www.linkedin.com/in/shripal-singh
Twitter: https://twitter.com/ocptechnology
Facebook: https://www.facebook.com/ocptechnology
YouTube:https://www.youtube.com/ocptechnology
2 thoughts on “Oracle 19c RPM based Installation”