Installation guide
Page 27 of 59
• sysstat-5.0.5-1
• compat-db-4.1.25-9
• control-center-2.8.0-12
• xscreensaver-4.18-5.rhel4.2
The following rpms are required (same version or higher) for Red Hat Enterprise Linux
AS/ES 4.0 x86_64 (64-bit):
• binutils-2.15.92.0.2-13.x86_64.rpm
• compat-db-4.1.25-9.i386.rpm (32-bit)
• compat-db-4.1.25-9.x86_64.rpm
• control-center-2.8.0-12.x86_64.rpm
• gcc-3.4.3-22.1.x86_64.rpm
• gcc-c++-3.4.3-22.1.x86_64.rpm
• glibc-2.3.4-2.9.i686.rpm (32-bit)
• glibc-2.3.4-2.9.x86_64.rpm
• glibc-common-2.3.4-2.9.x86_64.rpm
• gnome-libs-1.4.1.2.90-44.1.x86_64.rpm
• libstdc++-3.4.3-22.1.i386.rpm (32-bit)
• libstdc++-3.4.3-22.1.x86_64.rpm
• libstdc++-devel-3.4.3-22.1.i386.rpm (32-bit)
• libstdc++-devel-3.4.3-22.1.x86_64.rpm
• make-3.80-5.x86_64.rpm
• pdksh-5.2.14-30.x86_64.rpm
• sysstat-5.0.5-1.x86_64.rpm
• xscreensaver-4.18-5.rhel4.2.x86_64.rpm
• setarch-1.6-1.x86_64
• openmotif21-2.1.30-11.RHEL4.4.i386.rpm (32-bit)
For all Red Hat kernels, add the following lines to /etc/security/limits.conf:
* hard nofile 65536
* soft nproc 2047
* hard nproc 16384
* soft nofile 2048
* hard nofile 65536
If it does not already exist, add the following line to the /etc/pam.d/login file:
session required /lib/security/pam_limits.so
Of course, a user account and appropriate groups are required before Oracle software can
be installed. The following commands (run as root) will set up the oracle user, as well as
the oinstall and dba groups (the dba group is only required for the Metadata Repository
server):
# groupadd -g 701 dba
# groupadd -g 700 oinstall
# useradd -c "Oracle software owner" -u 700 -g oinstall -G dba oracle
# passwd oracle password