Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: OT:UNIX: Anyway to run this in the background and return to c
Never mind I got it.
-----Original Message-----
Sent: Friday, August 22, 2003 1:25 PM
To: Multiple recipients of list ORACLE-L
$ORACLE_HOME/bin/sqlplus "/ as sysdba" << EOD
select ......
exit
EOD
echo "this is a test"
ps -ef|grep sqlplus
I 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?
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
INET: Paula_Stankus_at_doh.state.fl.us
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Aug 22 2003 - 12:34:26 CDT
![]() |
![]() |