| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_ALERT, 2 of 8
This procedure lets a session register interest in an alert. The name of the alert is the IN parameter. A session can register interest in an unlimited number of alerts. Alerts should be deregistered when the session no longer has any interest, by calling REMOVE.
DBMS_ALERT.REGISTER ( name IN VARCHAR2);
| Parameter | Description |
|---|---|
name |
Name of the alert in which this session is interested. |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|