Re: Can C programs be invoked from triggers?

From: Jason Lisenchuk <hris_at_nt.com>
Date: 18 Oct 1994 15:42:24 GMT
Message-ID: <380qd0$l89_at_bmerha64.bnr.ca>


Can C programs be invoked from triggers?

Not directly. However, you may use DBMS pipes within any PL/SQL block to output arbitrary text to a stream. You may then develop a Pro*C program to run as a listener daemon and fork other Pro*C programs based on its interpretation of the input stream. Received on Tue Oct 18 1994 - 16:42:24 CET

Original text of this message