oracle .bash_profile

[oracle@redhat4 ~]$ vi .bash_profile

# .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
unset USERNAME

export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export ORACLE_SID=ORCL
export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK
export PATH=$PATH:$ORACLE_HOME/bin:.
~                                                                                                                                                                                           
                                                                                                                                       
~                                                                                                                                                                                           
".bash_profile" 19L, 388C written

上一篇:中国天气网-天气预报接口api


下一篇:PAT 1062 最简分数