Never
mind I got it.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, August 22, 2003 1:25 PM
To: Multiple recipients of list ORACLE-L
Subject: RE:OT:UNIX: Anyway to run this in the background and return to ca
$ORACLE_HOME/bin/sqlplus "/ as sysdba" << EOD
select ......
exit
EOD
echo "this is a test"
ps -ef|grep sqlplusI wish to put that into a unix command but at the same time run it in the background and return back to the parent script to do some other stuff?
Anyone done this?
