各位大虾,紧急求救!! 
我在linux AS3.0下面装ORACLE9i,在完成了前面所有的准备步骤,开始runInstaller的时候报这个错误 
The Java RunTime Environment was not found at /tmp/OraInstall2004-11-02_02-56-21PM/jre/bin/java. 
Hence, the Oracle Universal Installer cannot be run. 
Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again. 
: No such file or directory 
实在是搞不定,请各位大虾一定帮帮小弟!先谢了!!

解决方案 »

  1.   

    安装手册上面并没有提到需要安装jre啊,oracle不是有自带的jre吗?
      

  2.   

    这是我的环境变量设置,大虾们看看是什么问题
    # .bash_profile # Get the aliases and functions 
    if [ -f ~/.bashrc ]; then 
    . ~/.bashrc 
    fi # User specific environment and startup programs PATH=$PATH:$HOME/bin export PATH 
    export LD_ASSUME_KERNEL=2.4.1 
    # Oracle Environment 
    export ORACLE_BASE=/opt/oracle 
    export ORACLE_HOME=/opt/oracle/product/9.2.0 
    export ORACLE_SID=orcl 
    export ORACLE_TERM=xterm 
    # export TNS_ADMIN= Set if sqlnet.ora, tnsnames.ora, etc. are not in $ORACLE_HOME/network/admin 
    export NLS_LANG=AMERICAN; export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data 
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib 
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib 
    export LD_LIBRARY_PATH export DISPLAY=198.10.1.116:0.0 
    # Set shell search paths 
    export PATH=$PATH:$ORACLE_HOME/bin 
      

  3.   

    不好意思,我想问一下linuxAS3.0下裝oracle9i的哪个版本?谢谢
      

  4.   

    我在安装的时候碰到下面的问题,安装不能继续。请教一下怎么解决?谢谢。Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2004-05-10_09-24-23AM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
      

  5.   

    必须打补丁,补丁号我忘了,自己在metalink上找找吧。
      

  6.   

    x_win(xiaowen)的问题是因为没有打3006854的补丁,而我的问题就不得而知了