Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide)

Appendix CBuilt-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.

Категории