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

Home -> Community -> Usenet -> c.d.o.server -> Re: Triggers

Re: Triggers

From: Rolf Hauck <Rolf.Hauck_at_datenrevision.de>
Date: Tue, 27 Oct 1998 11:12:43 +0100
Message-ID: <36359C9B.A3FE1603@datenrevision.de>


make your trigger write into a pipe using dbms_pipe package, and have a daemon process outside of Oracle listening on that pipe.

Rolf

Stephan Goulet wrote:
>
> Hi,
> I am new to Oracle. (So please be gentle).
>
> Is there a way to have some C or C++ code being invoked when a row is
> being
> modified in a table?
>
> I thought I could use trigger but it seems that trigger are using
> only PL/SWL code.
>
> Thanks,
>
> Stephan
> sgoulet_at_nortel.ca
>
> PS: This is for a Java GUI that would get updated when the database
> is modified. Any other ideas are welcome.
Received on Tue Oct 27 1998 - 04:12:43 CST

Original text of this message

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