Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: installing oracle 8.17

Re: installing oracle 8.17

From: Dirk Traenapp <tr_prv_at_nwowhv.de>
Date: Wed, 10 Oct 2001 08:34:52 +0200
Message-Id: <3bc29a2e$0$193$4d4ebb8e@read.news.de.uu.net>


WKC wrote:

> I'm trying to install oracle in my RedHat 7.1 linux. I'm up to the point
> to run the ./runinstall and expecting the Java GUI to pop up to install
> the Oracle Universal Installer.. and it never pop up. all i get is the
> "please wait... "
>
> what am i doing wrong... I'm using the oracle user whose in the oinstall
> group.. anyone can give me someideas what's wrong?

Are you sure you followed the instructions for glibc and java?

If you are in EURO-land, you have to get rid of the "@EURO" in your LANG like for me in Germany:

export NLS_LANG=german
export LANG=de_DE

For GLIBC you need the compat-packages menioned in the README on the RH-CD and the following settings:

export LD_ASSUME_KERNEL=2.2.5
. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh

Last but not least you need a working JRE. I used the IBM-JRE but the original is working well too.

During the install of the enterprise-version, there was a compile error because the gcc can't compile one of oracle's tools. You have to patch the Makefile to use kgcc instead of gcc.

The final problem i had was that oracle needs the "ksh" which wasn't installed on my system.

   Dirk Traenapp

-- 
N  N W   W  OO   Dirk Traenapp,
NN N W   W O  O  NWO, Zum Oelhafen 207, 26384 Wilhelmshaven, Germany
N NN W W W O  O  E-Mail: d.traenapp_at_nwowhv.de
N  N  W W   OO   Phone:  +49(0)4421 62-364     Fax:+49(0)4421 62-381
Received on Wed Oct 10 2001 - 01:34:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US