Re: Asynchronous Procedure Calls

2002-07-01 Thread Jared . Still
: 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

RE: Asynchronous Procedure Calls

2002-07-01 Thread Khedr, Waleed
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

RE: Asynchronous Procedure Calls

2002-07-01 Thread Jared . Still
: 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

RE: Asynchronous Procedure Calls

2002-07-01 Thread Khedr, Waleed
communications. Jared Khedr, Waleed [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07/01/2002 12:23 PM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:RE: Asynchronous Procedure Calls You need dbms_job(s) Also make

Re: Asynchronous Procedure Calls

2002-07-01 Thread Scott Canaan
PROTECTED] 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

Re: Asynchronous Procedure Calls

2002-07-01 Thread Igor Neyman
] Sent by: [EMAIL PROTECTED] 07/01/2002 12:23 PM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:RE: Asynchronous Procedure Calls You need dbms_job(s) Also make sure you have enough background job

Re: Asynchronous Procedure Calls

2002-07-01 Thread Jared Still
PROTECTED] Sent by: [EMAIL PROTECTED] 07/01/2002 12:23 PM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:RE: Asynchronous Procedure Calls You need dbms_job(s) Also make sure you have enough background job