home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam

Oracle PL/SQL Programming, 2nd Edition


C.8 DBMS_MAIL

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_LOCK Book Index C.9 DBMS_OUTPUT

The Oracle Library Navigation

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







(追記) (追記ここまで)


(追記) (追記ここまで)


AltStyle によって変換されたページ (->オリジナル) /