Install Java

Oracle 8.1.6 and 8.1.7 use a Java-based graphical installer. You should download jre118_v3-glibc-2.1.3.tar.bz2 (not a newer version) from blackdown and execute the following commands as root.

mv jre118_v3-glibc-2.1.3.tar.bz2 /usr/local
cd /usr/local
bunzip2 jre118_v3-glibc-2.1.3.tar.bz2
tar xf jre118_v3-glibc-2.1.3.tar
ln -s jre118_v3 java
rm jre118_v3-glibc-2.1.3.tar
Set Up the Environment

Add the following line to /home/oracle/.bashrc near the bottom:

export LD_ASSUME_KERNEL=2.2.5
Install Compatibility Packages

Download the following RPM's from rpmfind or apt-get them if your system is set up to use apt.

You can install them using rpm -i.

Now edit /home/oracle/.bashrc and add the following command near the bottom.

. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh