Hi- I'm rather new to tru64 and am having a problem with /tmp file access.
In a script I can execute
$ORACLE_HOME/bin/sqlplus -s / << EOF
select sysdate from dual;
exit
EOF
to get the desired result
whereas if I do
`$ORACLE_HOME/bin/sqlplus -s / << EOF
select sysdate from dual;
exit
EOF`
I get an error /tmp/sh49843 : cannot open
The /tmp directory has full write access and my user can manually touch
files in the /tmp directory so I'm not quite sure where to start.
Any pointers in the right direction on this one would be greatly
appreciated.
Thanks
Andrew Watson
jadwatson_at_hotmail.com
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
Received on Mon Jul 02 2001 - 14:08:16 NZST