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: threads

RE: threads

From: Ganesh Raja <ganesh_at_gtfs-gulf.com>
Date: Mon, 17 Jun 2002 03:33:21 -0800
Message-ID: <F001.0047F124.20020617033321@fatcity.com>


You can Run it has a Job That Execute Simultaneously.

HTH Best Regards,
Ganesh R

Tel  : +971 (4)  397 3337  Ext 420
Fax  : +971 (4)  397 6262
HP   : +971 (50) 745 6019
============================================
Live to learn... forget... and learn again.

-----Original Message-----
Sent: Monday, June 17, 2002 3:08 PM
To: Multiple recipients of list ORACLE-L

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).
--

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

Author: Ganesh Raja
  INET: ganesh_at_gtfs-gulf.com
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:33:21 CDT

Original text of this message

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