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

Home -> Community -> Mailing Lists -> Oracle-L -> threads

threads

From: farkasb <farkasb_at_dss.hu>
Date: Mon, 17 Jun 2002 03:08:20 -0800
Message-ID: <F001.0047F0D4.20020617030820@fatcity.com>


Can I execute stored procedures in threads? I mean, i have two procedures and i need them running simultaneously.

Example:

begin

    proc1;
    proc2; <-- proc2 waits proc1 to finish (i need to execute them in the same time)
end;

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: farkasb
  INET: farkasb_at_dss.hu

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Mon Jun 17 2002 - 06:08:20 CDT

Original text of this message

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