Added local oraenv file

This commit is contained in:
hjp 2003-05-24 18:14:41 +00:00
parent 733eeed88d
commit b2a37e855c
1 changed files with 5 additions and 2 deletions

View File

@ -30,9 +30,12 @@ export LESSCHARSET=latin1
export PARINIT=q1 export PARINIT=q1
export PARBODY=_A_a export PARBODY=_A_a
if [ -f /etc/oraenv ] if [ -f $HOME/etc/oraenv ]
then then
. /etc/oraenv . $HOME/etc/oraenv
elif [ -f /etc/oraenv ]
then
. /etc/oraenv
fi fi
# set PATH to direcories *I* want. # set PATH to direcories *I* want.