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 & COM

Re: Triggers & COM

From: Mark Wagoner <mwagoner_at_no.spam.iac.net>
Date: Wed, 07 Apr 1999 13:10:44 GMT
Message-ID: <370b5900.398959263@news.iac.net>


On Wed, 7 Apr 1999 13:20:39 +0100, "Kevin Noakes" <knoakes_at_categoric.com> wrote:

>We need to be able to receive events from triggers in COM based server
>running NT. We also need to support all Oracle platforms.
>
>Is there a neat solution to this?
>
>Thanks in advance
>
>Kevin
>
>knoakes_at_categoric.com
>
>

Take a look at the DBMS_ALERT package. We use triggers to raise an alert which is then detected by the client application. In our case the client happens to be a COM server, but there is no requirement for COM. --
Mark Wagoner
To reply, remove no.spam from my e-mail address Received on Wed Apr 07 1999 - 08:10:44 CDT

Original text of this message

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