
Chapter 35.
129
Installing Oracle9i R2 (9.2.0.4.0) on Red
Hat Enterprise Linux 3
In order to install an Oracle9i R2 database on Red Hat Enterprise Linux 3, the "Oracle9iR2 Patch
Set 3 9.2.0.4.0" patch set and a few other patches must be applied after the installation of Oracle9i
Release 2 (9.2.0.1.0). Please note, there exists errors that can only be fixed by applying the 9.2.0.4
patch set.
35.1. Installing Oracle9i R2 (9.2.0.1.0) on Red Hat Enterprise
Linux 3
Note
Throughout this chapter, the symbol # represents a terminal owned by the root user.
You can use the root account by using the commands su - root or sudo if you have
permissions.
Install the following required RPMs (read Oracle Note:252217.1 for more information) for compatibility:
# rpm -ivh \
compat-db-4.0.14-5.i386.rpm \
compat-gcc-7.3-2.96.122.i386.rpm \
compat-gcc-c++-7.3-2.96.122.i386.rpm \
compat-libstdc++-7.3-2.96.122.i386.rpm \
compat-libstdc++-devel-7.3-2.96.122.i386.rpm \
openmotif21-2.1.30-8.i386.rpm \
setarch-1.3-1.i386.rpm \
tcl-8.3.5-92.i386.rpm
Relink gcc so that the older gcc will be used during the Oracle installation (see Oracle Note:252217.1
for more information):
su - root
# mv /usr/bin/gcc /usr/bin/gcc323
# ln -s /usr/bin/gcc296 /usr/bin/gcc
# mv /usr/bin/g++ /usr/bin/g++323
# ln -s /usr/bin/g++296 /usr/bin/g++
Please Note
If you received an error stating g++ does not exist after executing the above commands,
then gcc-c++ has not been installed.
When you execute runInstaller from the Oracle9i R2 (9.2.0) CD, you will get the following error
message:
Error occurred during initialization of VM
Unable to load native library: /tmp/OraInstall2003-10-25_03-14-57PM/jre/lib/i386/libjava.so:
symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Commentaires sur ces manuels