C.8 DBMS_MAIL

Appendix C
Built-In Packages
 

The DBMS_MAIL package provides an interface to Oracle Office (formerly Oracle*Mail). To use this package you must first install the Oracle Office product.

C.8.1 The SEND procedure

The SEND procedure provides a programmatic interface to the Oracle*Mail send-message facility. Use the SEND module to send an Oracle*Mail message. The specification is:

PROCEDURE DBMS_MAIL.SEND    (from_str IN VARCHAR2, to_str IN VARCHAR2,     cc IN VARCHAR2, bcc IN VARCHAR2,     subject IN VARCHAR2, reply_to IN VARCHAR2,     body IN VARCHAR2);


C.7 DBMS_LOCKC.9 DBMS_OUTPUT

Copyright (c) 2000 O'Reilly & Associates. All rights reserved.



Oracle PL/SQL Programming
Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide)
ISBN: 0596514468
EAN: 2147483647
Year: 2004
Pages: 234
Authors: Steven Feuerstein, Bill Pribyl
BUY ON AMAZON

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net