Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Email notification in a trigger

754739Mar 17 2010 — edited Mar 18 2010
I am trying to create a simple trigger for a table that has only one row. This is for a 10g database.

I can't figure out how to send e-mail. I believe there is some kind of package that i have to include.

Any help would be appreciated.

Thanks.
Shawn

CREATE OR REPLACE TRIGGER "GPFOUNDATION_ACCESS_INDCTR"
AFTER UPDATE OF ACCESS_INDICATOR ON GPFOUNDATION

BEGIN
sys.DBMS_ALERT.SIGNAL('gpfoundation_alert', '');
END;
/
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2010
Added on Mar 17 2010
5 comments
3,557 views