Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Automatically sending e-mail or phone call from Oracle
It is just a programatic problem. There must be dozens of ways it can be
handled. Here is one if you are using UNIX:
If you don't need a real-time solution then write the text of the message to a file with UTL_FILE and delimit each message with a detectable seperator (e.g. a string of '-' characters). Then have a cron job that runs periodically to determine if there if there is anything in the file and if so, format the message and send it.
Shouldn't be too difficult.
Ken
Marie Henebury wrote:
> Does anyone know if it is possible to automatically initiate an e-mail or
> phone call from within the Oracle database or Oracle Forms 6.0?
>
> We have a need to be able to initiate an e-mail if a record has changed.
> Any help would be appreciated.
>
> Please respond to me personally at mhenebury_at_fifthd.ca as well as to this
> newsgroup.
>
> Thank You
> Marie Henebury
> Fifth Dimension Information Systems
Received on Fri Aug 06 1999 - 14:52:34 CDT
![]() |
![]() |