| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_AQELM, 2 of 9
This procedure sets the host name for the SMTP server. As part of the configuration for e-mail notifications, a user with AQ_ADMINISTRATOR_ROLE or with EXECUTE permissions on the DBMS_AQELM package needs to set the host name before registering for e-mail notifications. The database will use this SMTP server host name to send out e-mail notifications.
DBMS_AQELM.SET_MAILHOST (mailhost IN VARCHAR2);
Table 6-2 shows the parameters for the SET_MAILHOST procedure.
| Parameter | Description |
|---|---|
|
|
The SMTP server host name. |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|