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: Problem install Oracle 8i on Linux

Re: Problem install Oracle 8i on Linux

From: Tom Dyess <tdyess_at_dyessindustries.com>
Date: Fri, 01 Feb 2002 20:18:14 GMT
Message-ID: <aKC68.501949$oj3.96031297@typhoon.tampabay.rr.com>


Yes, the same problem happens when 9i is installed on RedHat 7.2.

Run this --

  sysctl -w kernel.shmmax=100000000

The add it to /etc/sysctl.conf

That will get your runInstaller working. You will run into other issues as well.

a.. When you get errors from OUI installer, open a window, and cd to the Oracle Home installation target location. b.. Set Oracle environment ORACLE_HOME to this target directory. c.. Use editor to modify $ORACLE_HOME/bin/genclntsh file, to remove "-z defs" from it.
d.. Then run this script $ORACLE_HOME/bin/genclntsh to create Oracle libraries.
e.. Go back to OUI error window, and click on "retry" botton to continue.

Tom
www.oraclepower.com

"Weiming He" <weiming_at_cnri.reston.va.us> wrote in message news:3C5AF083.A17A4FCB_at_cnri.reston.va.us...
> Hi, all
>
> I have problem install Oracle 8i on Linux box (RedHat 7.1) which is
> runInstaller GUI window is not poped out when I type ./runInstaller.
>
> Am I miss something? Anyone knows, please pass me a hand.
> Thanks in advance.
>
> Weiming
>
>
>
>
>
Received on Fri Feb 01 2002 - 14:18:14 CST

Original text of this message

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