Installation guide
3
3.2 Install oracleasm-support to use ASMLib
Install oracleasm-support package version 2.0.0.1 or higher to use ASMLib
on Oracle Enterprise Linux 4.0, Red Hat Enterprise Linux 4.0 Advanced Server,
or SUSE Linux Enterprise Server 9. At the time of this publication, the ASMLib
user space tools and kernel module packages are not yet available for SUSE
Linux Enterprise Server 10.
3.3 Install binutils on Oracle Enterprise Linux 4.0 and Red Hat
Enterprise Linux 4.0
Before installing Oracle Database 10g release 2 on Oracle Enterprise Linux 4.0
and Red Hat Enterprise Linux 4.0 Update 1, install the following package:
binutils-2.15.92.0.2-13.0.0.0.2.x86_64
This package can be downloaded from the following link:
http://oss.oracle.com/projects/compat-oracle/dist/files/RedH
at/binutils-2.15.92.0.2-13.0.0.0.2.x86_64.rpm
This issue is tracked with Oracle bug 4619031.
3.4 Install libxm Before Installing Oracle Lite
Before installing Oracle Lite, ensure that the following package is installed:
libxml2-2.5.10-7.i386.rpm
3.5 Configuring Kernel Parameters
After updating the values of kernel parameters in the /etc/sysctl.conf file,
ensure that you either reboot the computer or run the sysctl -p command to
make the changes of the /etc/sysctl.conf file available in the active kernel
memory.
On SUSE Linux Enterprise Server 9.0, ensure that you set the following kernel
parameter:
disable_cap_mlock = 1
On SUSE Linux Enterprise Server 10, ensure that you set the
hugetlb_shm_group kernel parameter to the gid of the group used as the dba
group. For example, on a system using a group named dba with the following
entry in the /etc/group file:
dba:!:104:oracle
On SUSE Linux Enterprise Server 10, ensure that you set the
hugetlb_shm_group kernel parameter to the GID of the group used as the dba
group. For example, on a system using a group named dba with the
dba:!:104:oracle entry in the /etc/group file, the hugetlb_shm_group kernel
parameter should be set to the following value:
hugetlb_shm_group = 104