Jul 15, 2003 #1 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.
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.
Jul 16, 2003 #2 JamesLean Programmer Dec 13, 2002 3,059 GB 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 Upvote 0 Downvote
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
Jul 16, 2003 #3 carp MIS Sep 16, 1999 2,622 US 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. Upvote 0 Downvote
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.