oraprodev home
[oraprodev@apps11idev ~]$ 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
. /oradata/proddb/9.2.0/PROD_prod11i.env
export PATH
unset USERNAME
===============================================================================
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
. /appltop/prodappl/APPSORA.env
export PATH
unset USERNAME
~
This comment has been removed by a blog administrator.
ReplyDelete