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

Oracle 9i Upgrade on Red Hat 7.1

From: David Fetter <shackle_at_fetter.org>
Date: 26 Sep 2001 16:52:51 GMT
Message-ID: <9ot153$90t$1@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:

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

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 - 11:52:51 CDT

Original text of this message

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