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: koert54 <koert54_at_nospam.com>
Date: Wed, 26 Sep 2001 17:37:48 GMT
Message-ID: <Mnos7.72712$6x5.15938829@afrodite.telenet-ops.be>


> 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?

I had the same problem ... as you can see - it can not find /tmp/OraInstall/jre/bin/../bin/i586/green_threads/jre, allthough you have jdk118 installed and set in your path. For some reason the installer doesn't use the installed jdk but instead uses the one that comes with the Oracle software. I can't really remember exactly what I did but I think I made /tmp/OraInstall read only - so that the installer couldn't overwrite it again. Then I made a shitload of symbolic links so that /tmp/OraInstall/jre/bin/../bin/i586/green_threads/jre did run (including lib etc)
Also I didn't run runInstaller from CD - so I think I also edited the runInstaller script ...
It's very blury to me right now because I installed 9i on redhat 7.1 during the nights on a Pentium MMX 233MHz :-) and so I hope you don't mind me not running it again for some time... Hope it helped a bit - there's a path somewhere through the forest of symbolic links ... probably someone will have a better solution...

cheers,
Kurt

"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 - 12:37:48 CDT

Original text of this message

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