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: execute more than one statement at the same time in a session ?

Re: execute more than one statement at the same time in a session ?

From: <tandym_at_hotmail.com>
Date: Thu, 09 Mar 2000 15:50:03 GMT
Message-ID: <8a8h79$l3h$1@nnrp1.deja.com>


Okay - here's a thought - and remember that my PL/SQL is a bit weak...

create a procedure that will run in a loop (in the background) until the value for a global variable has been set to some value (X) and use this procedure to execute your dbms_alert.waitany command (on it's own thread). Then, change the global variable value to X upon exit of your application.
This may not work, but hopefully it gave you some ideas?

sonya

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Mar 09 2000 - 09:50:03 CST

Original text of this message

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