DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: email notification

  1. #1
    Join Date
    Feb 2002
    Posts
    54
    Good day everyone.

    Can i send an email in a pl/sql block?
    I need to inform users about things regarding the data stored in the database. When the data meets the condition in the where clause, i need to notify the users through email. Is that possible? Can i use jobs for this?

    Tnx a lot..

    èDó
    =======================
    Manifest plainness,
    embrace simplicity,
    reduce selfishness,
    have few desires. LAO TZU
    =======================

  2. #2
    Join Date
    May 2002
    Location
    California, USA
    Posts
    175
    Sure you can.

    Oracle made is easy with UTL_SMTP package.

    For more info and examples visit the latest Oracle DBA forums at: http://www.dbaclick.com/cgi-bin/ib3/...=ST;f=15;t=287

    Hope that helps,

    --clio_usa
    Senior Oracle DBA




  3. #3
    Join Date
    Dec 2001
    Location
    UK
    Posts
    1,684
    Try this:

    http://www.oracle-base.com/Articles/...romPLSQL9i.asp

    It works for 8i and 9i.

    Cheers
    Tim...
    OCP DBA 7.3, 8, 8i, 9i, 10g, 11g
    OCA PL/SQL Developer
    Oracle ACE Director
    My website: oracle-base.com
    My blog: oracle-base.com/blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width