Posts

Showing posts with the label Oracle 10g UTL_SMTP Mail

Oracle 10g/11g :Send Daily mail of Alert log to specified users or DBAs

Image
1.Create Stored Procedure send_mail to send mail with attachment. CREATE OR REPLACE PROCEDURE send_mail (p_to          IN VARCHAR2,                                        p_from        IN VARCHAR2,                                        p_subject     IN VARCHAR2,                                        p_text_msg  ...