大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
/home/oracle 隐藏文件.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
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
export TNS_ADMIN=$ORACLE_BASE/product/11.2.0/dbhome_1/network/admin
export ORACLE_SID=zmdb
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
export PATH=$PATH:$ORACLE_HOME/bin:.
stty erase ^H