Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Triggers
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
![]() |
![]() |