Re: Can C programs be invoked from triggers?
From: George <ghharrac_at_ouray.Denver.Colorado.EDU>
Date: 20 Oct 1994 12:32:09 GMT
Message-ID: <385o09$of5_at_carbon.denver.colorado.edu>
Date: 20 Oct 1994 12:32:09 GMT
Message-ID: <385o09$of5_at_carbon.denver.colorado.edu>
Why not use the dbms alert package that is supplied with oracle. This will not cost anything else and is alot easier to implement than using pipes directly. The dbms apckage is found in rdbms/admin. You need to develop a trigger that activates the c 'daemon' that has registered itself with the dbms_alert_info table. Works like a charm, this is what I use :) Received on Thu Oct 20 1994 - 13:32:09 CET