Skip to Main Content
Oracle in a Nutshell
book

Oracle in a Nutshell

by Rick Greenwald, David C. Kreines
December 2002
Intermediate to advanced content levelIntermediate to advanced
928 pages
85h 29m
English
O'Reilly Media, Inc.
Content preview from Oracle in a Nutshell

Calls

PROCEDURE DBMS_AQELM.SET_MAILHOST (mailhost IN VARCHAR2);

Sets the hostname for the SMTP server.

PROCEDURE DBMS_AQELM.GET_MAILHOST (mailhost OUT VARCHAR2);

Gets the hostname for the SMTP server.

PROCEDURE DBMS_AQELM.SET_MAILPORT (mailport IN NUMBER);

Sets the port for the SMTP server.

PROCEDURE DBMS_AQELM.GET_MAILPORT (mailport OUT NUMBER);

Gets the port for the SMTP server.

PROCEDURE DBMS_AQELM.SET_SENDFROM (sendfrom IN VARCHAR2);

Sets the address from which to send.

PROCEDURE DBMS_AQELM.GET_SENDFROM (sendfrom OUT VARCHAR2);

Gets the address to which to send.

PROCEDURE DBMS_AQELM.SET_PROXY (proxy IN VARCHAR2, no_proxy_domains IN VARCHAR2 DEFAULT NULL);

Sets the proxy server name for HTTP requests, except requests from hosts in the no_proxy_domains parameter.

PROCEDURE DBMS_AQELM.GET_PROXY (proxy OUT VARCHAR2, no_proxy_domains OUT VARCHAR2 DEFAULT NULL);

Gets the proxy server name for HTTP requests and the hosts excluded in the no_proxy_domains parameter.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle Internals

Oracle Internals

Donald K. Burleson
Oracle PL/SQL

Oracle PL/SQL

Lewis Cunningham
Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Rick Greenwald, Robert Stackowiak, Jonathan Stern

Publisher Resources

ISBN: 0596003366Errata Page