关于HP下安装的问题?

在我配置的.profile中如下:
# @(#)B11.23_LR      

# Default user .profile file (/usr/bin/sh initialization).

# Set up the terminal:
        if [ "$TERM" = "" ]
        then
                eval ` tset -s -Q -m ':?hp' `
        else
                eval ` tset -s -Q `
        fi
        stty erase "^H" kill "^U" intr "^C" eof "^D"
        stty hupcl ixon ixoff
        tabs

# Set up the search paths:
        PATH=$PATH:.

# Set up the shell environment:
        set -u
        trap "echo 'logout'" 0

# Set up the shell variables:
        EDITOR=vi
        export EDITOR
        export ORACLE_HOME=/oracle/app/10.2.1
        export ORACLE_BASE=/oracle/app/product
        export ORACLE_SID=ora
        export TEMP=/tmp
        export TMPDIR=/home
可是在安装时,ORACLE就是检测不到这些我添加的参数。
是什么原因?怎么搞呢?

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7652889/viewspace-627090/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/7652889/viewspace-627090/

你可能感兴趣的:(关于HP下安装的问题?)