December 2002
Intermediate to advanced
928 pages
85h 29m
English
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.