码迷,mamicode.com
首页 > 数据库 > 详细

oracle .bash_profile

时间:2015-11-01 17:58:15      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

[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    

oracle .bash_profile

标签:

原文地址:http://www.cnblogs.com/quanweiru/p/4928242.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!