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: A Strange Question of Installing oracle 9i on linux7.3

Re: A Strange Question of Installing oracle 9i on linux7.3

From: bc_xu_cn <bc_xu_cn_at_sina.com.cn>
Date: 17 Jan 2004 17:16:40 -0800
Message-ID: <7f5f0fac.0401171716.17085bed@posting.google.com>


Hans Forbrich <hforbric_at_yahoo.net> wrote in message news:<40097E9C.F18CD7E8_at_yahoo.net>...
> bc_xu_cn wrote:
>
> > when I install oracle9i on linux7.3,I found a question on the runing
> > the configure tools:the netca crashed when configure the listener.
> > Then I enter the : netmgr ,and the window pops many error
> > messages,that is:
>
> Forgive the confusion - what is 'linux 7.3'? Last I saw, 'linux' is somewhere around 2.4.2 and 2.6.
>
> Aside from that, the errors indicate a serious configuration issue, possibly with an incorrect Java
> installation or the wrong version of Java being called (as if CLASSPATH is not correct).

Thank you!
It is Redhat7.3,and the kernel is 2.4.18-3

I installed java to /usr/local/j2sdk by the file j2sdk-1_4_0_01-linux-i586.bin and installed the oracle by file

lnx_920_disk1.cpio.gz
lnx_920_disk2.cpio.gz
lnx_920_disk3.cpio.gz

I think the install of java is right,and the enviroment variable is:

export JAVA_HOME=/usr/local/j2sdk

export ORACLE_BASE=/usr/local/opt/oracle
export ORACLE_HOME=/usr/local/opt/oracle/product/9.2.0
export TNS_ADMIN=$ORACLE_HOME/network/admin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib

export ORACLE_SID=orcl
export ORACLE_TERM=xterm
export NLS_LANG=American
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data

export CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib

export TEMP=/home/oracle/tmp
export TMPDIR=/home/oracle/tmp Received on Sat Jan 17 2004 - 19:16:40 CST

Original text of this message

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