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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Event Trigger

Re: Event Trigger

From: Tomm Carr <tommcatt_at_geocities.com>
Date: 1997/07/18
Message-ID: <33CFF2D6.1398@geocities.com>#1/1

Miguel wrote:
>
> I have an internet site that works with oracle. I need to display an alert
> on one of the computers of my internal network when some user of the
> internet site does some particular event. Is it possible to have some kind
> trigger related with database actions that fires a form to the screen of
> computer, or at least have a process that running in the server that
> regulary checks for the events that occured and puts a message in some ones
> computer.
> I have a NT Server 3.51 running Oracle 7.2.4 and Win95 Clients.

I don't know if will fit all of your needs, but you may want to look at the DBMS_ALERT system package. Or, if the "actions" are under the control
of your application, just use DBMS_PIPE to notify the other process.

-- 
Tomm Carr
--
"Can you describe your assailant?"
"No problem, Officer.  That's exactly what I was doing when he hit me!"
Received on Fri Jul 18 1997 - 00:00:00 CDT

Original text of this message

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