Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: OT:UNIX: Anyway to run this in the background and return to c

RE: OT:UNIX: Anyway to run this in the background and return to c

From: <Paula_Stankus_at_doh.state.fl.us>
Date: Fri, 22 Aug 2003 09:34:26 -0800
Message-ID: <F001.005CC45C.20030822093426@fatcity.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US