Hi pando,
But, how am i going to umask go to profile?
I thought umask, should do it before i set those values inside the .profile?
You mean after i ( vi .profile ) inside there, i just insert
umask 022
Kind of strange....
So, inside the .profile, i should insert those values, which you have listed?
1) vi .profile
export ORACLE_HOME=/usr/users/oracle8i/app/oracle/product/8.1.7
export ORACLE_SID=gestsapr
export PATH=.:$ORACLE_HOME/bin:/usr/ccs/bin:/usr/sbin:/sbin:/bin:/usr/bin:/opt/bin:/usr/bin/X11:$HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export ORACLE_BASE=/usr/users/oracle8i/app/oracle
export NLS_LANG=American_America.WE8ISO8859P1
#export TNS_ADMIN=$ORACLE_HOME/network/admin
export TNS_ADMIN=$HOME/TNSADMIN
export SQLPATH=$HOME/lsc_scripts
:wq
Am i right? Pls advise.
How abt afte inserting those values:
$ ../.profile
Do, i need to key in this command, this is what the doc say.
