Saturday, March 3, 2012

how to Set the .bash_profile in unix


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
~

1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete