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: Can a row add cause an email?

Re: Can a row add cause an email?

From: Tarun Agarwal <tarun_at_pathconsultants.com>
Date: Sat, 19 Jun 1999 20:45:13 +0530
Message-ID: <376BB401.B1BDEB8F@pathconsultants.com>


Tyler Barnett wrote:

> I have an OLTP application that adds rows to a particular table.
> I would like to be notified by email that a row has been added to the
> table.
> The contents of the row itself would be great as the email subject or
> body.
>
> Oracle Support says this can't be done. Any ideas?
>
> Thanks,
> Tyler Barnett
> tbarnett_at_stdio.com

Some work arround is there. Write a database trigger for on insert on the table to add a row to
a mail table. On NT I have written a service which polls the mail table every 30 secs and sends
a email. This Mail utility is written in VB. Received on Sat Jun 19 1999 - 10:15:13 CDT

Original text of this message

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