Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email from Procedure and compare

Status
Not open for further replies.

dreamerw7

Technical User
Jul 15, 2003
1
US
Hi,

I was wondering if anyone had any ideas as to the easiest way to do the following:

Send an email from Oracle every time a certain table is populated.


Include in the email comparisons of columns if neither is null.

Thanks in advance.
 
I have no experience of Oracle but in SQL Server you would probably do this using an insert trigger.

This question would probably be better off in the specific Oracle forum as it has nothing really to do with ANSI SQL.

--James
 
I would also use an insert trigger that would call an emailing procedure. If you need such a procedure, check in the Oracle8 FAQ section.

And this thread WOULD be more appropriate in an Oracle forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top