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: Asynchronous Procedure Calls

Re: Asynchronous Procedure Calls

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Fri, 28 Jun 2002 12:54:25 -0800
Message-ID: <F001.0048BDAB.20020628125425@fatcity.com>


Scott Canaan wrote:
>
> I have a need to call a procedure repeatedly and asynchronously. I
> am using dbms_pipe for the communication between the calling procedure
> and the called procedure and that seems to be working. What I want to
> do is call the procedure multiple times, asynchronously, from the main
> procedure. The problem is that Oracle waits for each call to complete
> before continuing processing. Is there any way to do this in PL/SQL?
> My environment is: Oracle 8.1.7.0.0, Sun Solaris 2.8. I need to do
> this in PL/SQL because it has to run through Oracle Warehouse Builder.
>
> Thank you.
>
> --
> Scott Canaan (srcdco_at_rit.edu)
> (585) 475-7886
> "Life is like a sewer, what you get out of it depends on what you put
> into it" - Tom Lehrer
>

dbms_job.submit() ? Assuming you have enough job processes.

-- 
Regards,

Stephane Faroult
Oriole Software
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriole.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 Fri Jun 28 2002 - 15:54:25 CDT

Original text of this message

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