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

Home -> Community -> Usenet -> c.d.o.misc -> Re: VB, Oracle, Asynchronous execution of procedures

Re: VB, Oracle, Asynchronous execution of procedures

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 26 Oct 2005 17:11:55 -0700
Message-ID: <1130371909.602218@yasure>


Chris L. wrote:
> How could I launch a package/procedure from VB and avoid the
> client-side wait for the procedure to finish?
>
> I've tried setting up an insertion trigger on a dummy table, then
> invoking the procedure from the trigger (the trigger has the "pragma
> autonomous_transaction")
>
> No success so far. VB inserts the record, the trigger starts the
> procedure, but VB waits for the procedure to finish despite the pragma.
> How could I solve this?
>
> Thanks in advance
> CAL
Oracle version is?

One possible solution is to submit as jobs to DBMS_JOB or DBMS_SCHEDULER scheduling the job for immediate execution.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Oct 26 2005 - 19:11:55 CDT

Original text of this message

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