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: Igor Neyman <ineyman_at_perceptron.com>
Date: Mon, 01 Jul 2002 17:23:24 -0800
Message-ID: <F001.0048D572.20020701172324@fatcity.com>


What if the caller wants to be notified, when the job is completed?

Igor Neyman, OCP DBA
ineyman_at_perceptron.com

> Hi Jared,
>
> Why? The caller will resume operation once it submits the job for
immediate
> execution.
>
> Am I missing something?
>
> Waleed
>
> -----Original Message-----
> Sent: Monday, July 01, 2002 3:16 PM
> To: ORACLE-L_at_fatcity.com
> Cc: Waleed.Khedr_at_FMR.COM
>
>
> DBMS_JOB will not solve the problem of
> async communications.
>
> Jared
>
>
>
>
>
>
> "Khedr, Waleed" <Waleed.Khedr_at_FMR.COM>
> Sent by: root_at_fatcity.com
> 07/01/2002 12:23 PM
> Please respond to ORACLE-L
>
>
> To: Multiple recipients of list ORACLE-L
<ORACLE-L_at_fatcity.com>
> cc:
> Subject: RE: Asynchronous Procedure Calls
>
>
> You need dbms_job(s)
> Also make sure you have enough background job processes to handle the
> expected maximum number of concurrent procedure calls.
>
> Regards,
>
> Waleed
>
> -----Original Message-----
> Sent: Monday, July 01, 2002 2:20 PM
> To: Multiple recipients of list ORACLE-L
>
>
> Advanced Queuing will do what you need.
>
> There are examples at otn.oracle.com
>
> Jared
>
>
>
>
>
>
> Scott Canaan <srcdco_at_ritvax.rit.edu>
> Sent by: root_at_fatcity.com
> 06/28/2002 01:23 PM
> Please respond to ORACLE-L
>
>
> To: Multiple recipients of list ORACLE-L
> <ORACLE-L_at_fatcity.com>
> cc:
> Subject: Asynchronous Procedure Calls
>
>
> 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
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Scott Canaan
> INET: srcdco_at_ritvax.rit.edu
>
> 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:
> INET: Jared.Still_at_radisys.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).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Khedr, Waleed
> INET: Waleed.Khedr_at_FMR.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).
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Khedr, Waleed
> INET: Waleed.Khedr_at_FMR.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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Igor Neyman
  INET: ineyman_at_perceptron.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 Jul 01 2002 - 20:23:24 CDT

Original text of this message

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