Steps to Install Oracle 8.1.7 on RedHat Linux 7.1
Prerequisites
You need to have a version of JDK 1.1.8 installed. I used the one from Blackdown.org.
Steps
-
Install the compat-glibc RPM from RedHat.
-
Type . /usr/i386-glib21-linux/bin/i386-glibc21-linux-env.sh
-
Type export LD_ASSUME_KERNEL=2.2.5
-
Run the installer (called runInstaller in the Oracle install directory).
Note: An error may occur towards the end of the install on ${ORACLE_HOME}/ctx/lib/ins_ctx.mk, to fix this I did the following;
-
Start a new shell
-
Type cd ${ORACLE_HOME}/ctx/lib
-
Type vi ins_ctx.mk
-
Inser a line at the top of the makefile which sets the ORACLE_HOME to the correct value. (Or set the ORACLE_HOME environment variable to the correct value).
-
Save the file and close vi
-
Type make -f ins_ctx.mk
Once the make is complete tell the Oracle install procedure to ignore the error.
Oracle 9i
There are some instructions on installing Oracle 9i EE at http://www.puschitz.com/InstallingOracle9i.html written by Werner Puschitz.