|
|
Re: Email Notification [message #438611 is a reply to message #438595] |
Mon, 11 January 2010 03:27   |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
So, we know that you want to send emails from the database - the easiest way to do this is the UTL_MAIL package, but if you want to do something more complex, there s also the UTL_SMTP package that lets you write your own emailing code.
You mention a time interval (10 minutes), so presumably you'd like to do something, (probably sending emails) every 10 minutes. Look at DBMS_JOB and DMBS_SCHEDULER for this.
As to the DBA_Scripts part - I'm afraid you'll have to go away and rewrite your post as actual sentences, with some descriptive content in them, before we can be much help there.
|
|
|
|