Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: asynchronous PL/SQL development; DBMS_AQ ??
And don't forget that pipes are local to an instance, so
DBMS_PIPE is also a great (lightweight) way to coordinate work done in the database with remote external processes and agents (eg a C program running on a remote host). You only need an Oracle client on the remote host.
Regards Nigel
The only problem with pipes is once they are clogged, sending process will appear to hang. If you handle that, it should work fine. AQs will maintain data if instance crashes, pipes will loose them.
rjamya
On 5/1/07, Cosmin Ioan <cosmini_at_bridge-tech.com> wrote:
ahh... I knew I had read it somewhere, already...
that's what happens when you have 30+ books on Oracle-everything ;-) ... you loose track of "who-dunnit" ;-)
thx for the reference reminder, Alberto ;-)
--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 02 2007 - 02:56:57 CDT
![]() |
![]() |