[oracle@redhat4 ~]$ vi .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then . ~/.bashrcfi# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAMEexport ORACLE_BASE=/u01/app/oracleexport ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1export ORACLE_SID=ORCLexport NLS_LANG=AMERICAN_AMERICA.ZHS16GBKexport PATH=$PATH:$ORACLE_HOME/bin:.
~ ~ ".bash_profile" 19L, 388C written