SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
DB Audit - Mail alerts without UTL_SMTP

 
Reply to topic    SoftTree Technologies Forum Index » DB Audit, DB Mail, DB Tools View previous topic
View next topic
DB Audit - Mail alerts without UTL_SMTP
Author Message
Mike Braganca



Joined: 12 Jan 2005
Posts: 2

Post DB Audit - Mail alerts without UTL_SMTP Reply with quote

I note from your documentation that you use UTL_SMTP to send e-mail alerts from your stored procedures.

Our ORACLE database (8.1.7) does not have java implemented, so I cannot use UTL_SMTP. We have a workaround using DBMS_PIPE. Is there any way I can substitute my PL/SQL SP for UTL_SMTP and still get email alerts from your product?



Wed Jan 12, 2005 9:52 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7849

Post Re: DB Audit - Mail alerts without UTL_SMTP Reply with quote

Here is the header from the default procedure

CREATE OR REPLACE PROCEDURE db_audit.sp_audit_sendmail
(
mail_server IN VARCHAR2, -- name or IP address of your smtp mail server
sender IN VARCHAR2, -- your email address
recipient IN VARCHAR2, -- recipients' email address
cc IN VARCHAR2, -- CC addresses or NULL if none
subject IN VARCHAR2, -- mail message subject
message IN VARCHAR2 -- mail message body
)

If you create your own procedure with the same signature DB Audit will use instead of the default procedure.

By the way, do you know about DB Mail software that we make? It also uses DBMS_PIPE for commmunications and it is capable to send all kinds of messages, email, faxes, network popups. Soon it will also able to dial ou and send voice messages (either prerecorded or created dynamically using text-to-speach technologies)

: I note from your documentation that you use UTL_SMTP to send e-mail alerts
: from your stored procedures.

: Our ORACLE database (8.1.7) does not have java implemented, so I cannot use
: UTL_SMTP. We have a workaround using DBMS_PIPE. Is there any way I can
: substitute my PL/SQL SP for UTL_SMTP and still get email alerts from your
: product?

Wed Jan 12, 2005 11:07 am View user's profile Send private message
Mike Braganca



Joined: 12 Jan 2005
Posts: 2

Post Re: DB Audit - Mail alerts without UTL_SMTP Reply with quote

I will take a look at DB Mail as it might be a better solution to my workaround.

Thanks for the suggestion.

Mike Braganca

: Here is the header from the default procedure

: CREATE OR REPLACE PROCEDURE db_audit.sp_audit_sendmail
: (
: mail_server IN VARCHAR2, -- name or IP address of your smtp mail server
: sender IN VARCHAR2, -- your email address
: recipient IN VARCHAR2, -- recipients' email address
: cc IN VARCHAR2, -- CC addresses or NULL if none
: subject IN VARCHAR2, -- mail message subject
: message IN VARCHAR2 -- mail message body
: )

: If you create your own procedure with the same signature DB Audit will use
: instead of the default procedure.

: By the way, do you know about DB Mail software that we make? It also uses
: DBMS_PIPE for commmunications and it is capable to send all kinds of
: messages, email, faxes, network popups. Soon it will also able to dial ou
: and send voice messages (either prerecorded or created dynamically using
: text-to-speach technologies)

Wed Jan 12, 2005 11:28 am View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » DB Audit, DB Mail, DB Tools All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.