Al Sutton
All site contents are (c)Copyright 1995-2008 Al Sutton, All Rights Reserved
Oracle 8.1.7 on Red Hat Linux 7.2
Note
There are some instructions on installing Oracle 9i EE at http://www.puschitz.com/InstallingOracle9i.html written by Werner Puschitz.
Prerequisites
You need to have a version of JDK 1.1.8 installed. I used the one from Blackdown.org.
Installation Steps
- Install the compat-glibc RPM from Red Hat.
- 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).
Cautionary 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
- Insert 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.