The REMOVE procedure
The REMOVE procedure removes the specified alert for the current session from the registration list. After acall to REMOVE, your application will no longer respond to the named alert when issued by SIGNAL. Thespecification is:
PROCEDURE DBMS_ALERT.REMOVE (name IN VARCHAR2);
|
Post a Comment