I recently came across this OTN article How I Simplified Oracle Database Installation on Oracle Linux.
I tried out the procedure listed by the author and thought I’d share this with those who may not be aware of this note and must say thanks to the author Ginny Henningsen.
When I have tried to install Oracle 11g on Linux, in most cases I have found that the OUI either reports that some packages are missing (typically unixODBC or libaio) or some kernel parameters are not appropriately set. In this case however, we download and install an RPM package called oracle-validated and the oracle-validated RPM does a number of things for us.
It creates the user oracle
It creates the groups oinstall and dba
It modifies the kernel parameters in /etc/sysctl.conf
It sets the hard and soft shell resource limits in /etc/security/limits.conf
And most importantly, downloads and installs number of packages which are required
Continue reading Using the oracle-validated RPM to install Oracle 11g on Linux


Popular Posts