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: Oracle 9i Upgrade on Red Hat 7.1

Re: Oracle 9i Upgrade on Red Hat 7.1

From: Yang <yg.yang_at_wanadoo.fr>
Date: Wed, 26 Sep 2001 22:06:24 +0200
Message-ID: <9otcg7$64r$1@wanadoo.fr>


try this :

export JAVA_HOME=/usr/local/jre
export JAVA_PATH=$JAVA_HOME/bin;

"David Fetter" <shackle_at_fetter.org> wrote in message news:9ot153$90t$1_at_bob.news.rcn.net...
> Kind people,
>
> I'm trying to get Oracle 9i installed on Red Hat 7.1 (I have an old
> 8.1.7.1 there, but could blow it out because I have a complete dump)
>
> What I've done so far:
>
> * downgraded binutils to binutils-2.10.0.18-1
>
> * put jdk118_v3 in /usr/local with a symlink to java
>
> * put jre118_v3 in /usr/local with a symlink to jre
>
> * set oracle's .bashrc as follows:
>
> export SQLPATH=$HOME
> export ORACLE_BASE=/oracle
> export ORACLE_HOME=$ORACLE_BASE/product/9.0.1
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
> export ORACLE_SID=WEBBY
> export ORACLE_TERM=xterm
> export TNS_ADMIN=/home/oracle/config/9.0.1
> export NLS_LANG=AMERICAN-AMERICA.UTF8
> export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
> export PATH=$ORACLE_HOME/bin:$PATH
> export

CLASSPATH=$CLASSPATH:$ORACLE_HOME/jdbc/lib/classes111.zip:$ORACLE_HOME/jlib: $ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib
>
> * tried ./runInstaller (in Disk1)
>
> * gotten
>
> Initializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre.
Please wait...
> jre was not found in /tmp/OraInstall/jre/bin/../bin/i586/green_threads/jre
>
> What's going on here, and how do I fix it?
>
> Big TIA for any hints or pointers :)
>
> Cheers,
> D
> --
> David Fetter david@fetter.org http://fetter.org/~shackle/
> phone +1 415 567 2690 fax: +1 415 567 2340
>
> Wired combines the technical depth of Omni with layout that brings
> to mind the worst of kindergarten art period.
> Tim Smith(tzs_at_halcyon.com)
Received on Wed Sep 26 2001 - 15:06:24 CDT

Original text of this message

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