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,7 +30,10 @@ export LESSCHARSET=latin1
export PARINIT=q1
export PARBODY=_A_a
if [ -f /etc/oraenv ]
if [ -f $HOME/etc/oraenv ]
then
. $HOME/etc/oraenv
elif [ -f /etc/oraenv ]
then
. /etc/oraenv
fi