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: Mladen Gogala <mgogala_at_adelphia.net>
Date: Mon, 19 Jan 2004 09:09:59 GMT
Message-Id: <pan.2004.01.19.09.11.34.721296@adelphia.net>


On Sat, 17 Jan 2004 17:16:40 -0800, bc_xu_cn wrote:

> 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

Did you try with export LD_ASSUME_KERNEL="2.4.1"? Anothher thing to would be to set (and export, of course) LANG to en_US.

-- 
None of us is as dumb as all of us.
(http://www.despair.com/meetings.html)
Received on Mon Jan 19 2004 - 03:09:59 CST

Original text of this message

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