The DBMS_AQELM
package provides subprograms to manage the configuration of Oracle Streams Advanced Queuing (AQ) asynchronous notification by e-mail and HTTP.
This chapter contains the following topic:
Table 24-1 DBMS_ALERT Package Subprograms
Subprogram | Description |
---|---|
Sets the host name for the SMTP server that the database will uses send out e-mail notifications |
|
Sets the port number for the SMTP server |
|
Sets the sent-from e-mail address |
This procedure sets the host name for the SMTP server. The database uses this SMTP server host name to send out e-mail notifications.
This procedure sets the port number for the SMTP server.
As part of the configuration for e-mail notifications, a user with AQ_ADMINISTRATOR_ROLE
or with EXECUTE
permissions on DBMS_AQELM
package needs to set the port number before registering for e-mail notifications. The database uses this SMTP server port number to send out e-mail notifications. If not set, the SMTP mailport defaults to 25