Preparing for Oracle 12c DB Installation on EL6
The Tip Simply Shows How to Prepare a Red Hat RHEL and CentOS 6.x x8664 System for Oracle 12c R1/R2 Database Installation.
In other Words this Meaning How To Install the Oracle 12c DB Pre-Install RPM for Red Hat RHEL 6.
Tasks for What the Oracle Pre-Install RPM is Good:
Automatically downloads and installs any additional RPM packages needed for installing Oracle Grid Infrastructure and Oracle Database, and resolves any dependencies
Creates an oracle user, and creates the oraInventory (oinstall) and OSDBA (dba) groups for that user
As needed, sets sysctl.conf settings, system startup parameters, and driver parameters to values based on recommendations from the Oracle RDBMS Pre-Install program
Sets hard and soft resource limits
Sets other recommended parameters, depending on your kernel version
First, Convert, Download and Activate the Oracle Repository like Shown in the Guide here Beneath.
With more than 500 new features, Oracle Database 12c is designed to give Oracle customers exactly what they need for Cloud Computing, Big Data, Security, and Availability.
The Best Oracle 12c Database New Features:
- Plug Into the Cloud with Multitenant
- Automatic Data Optimization and Advanced Compression
- Enhanced Maximum Availability
- Enhanced Database Security
-
Open a Command Line Terminal Window or Shell.
-
Install the Oracle YUM Repo GPG Key
su
wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
-
Download the Needed Oracle Repo
cd /etc/yum.repos.d/
wget http://public-yum.oracle.com/public-yum-ol6.repo
-
Install the Oracle Pre-Install RPM
sudo yum install oracle-rdbms-server-12cR1-preinstall
-
Update the System
yum update
-
How to Install Oracle 12c R1/R2 Database on RHEL/CentOS 6.X
Installing Oracle 12c Database
So Now your System Should be Quickly Ready for an Oracle 12c Database Installation RHEL/CentOS Linux ;)