HELP HELP PLS [message #372579] |
Sun, 25 February 2001 22:30 |
CK
Messages: 20 Registered: February 2001
|
Junior Member |
|
|
i'm trying to connect a db to email server.
i know that there are some kind of io statement such as
UTL_SMTP.
but i really need more information on it, could someone help me out pls?
thanks
|
|
|
Re: HELP HELP PLS [message #372581 is a reply to message #372579] |
Mon, 26 February 2001 04:02 |
priya
Messages: 108 Registered: February 2000
|
Senior Member |
|
|
Hi CK,
Best thing to learn how to use Oracle's packages, is to read thru the comments provided in the package itself, in your case UTL_SMTP. You can find them in the all_source table. Query :
select text from all_source where name = 'UTL_SMTP';
Hope it helps.
Regards,
Priya
|
|
|
|