Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Alert, external UNIX process
Paul.deAnguera_at_ci.seattle.wa.us wrote:
>
> > Joerg Woelker <jwoelker_at_raie.de> writes:
> > Problem: We want to signal some Unix process an event out of Oracle
> > database, i.e. an update into a table.
Unix process connects to Oracle, listens on DBMS_PIPE. Setup UPDATE trigger to write down same DBMS_PIPE. Unix wakes up....
See PL/SQL documentation for DBMS_PIPE details.
-- Mike Gahan Information Systems Division University College London http://www.ucl.ac.uk/~ccaamrg/Received on Wed Sep 24 1997 - 00:00:00 CDT
![]() |
![]() |