The REMOVEALL procedure
The REMOVEALL procedure removes all alerts for the current session from the registration list. After a callto REMOVEALL, your application will no longer respond to any alerts issued by SIGNAL. The specificationis:
PROCEDURE DBMS_ALERT.REMOVEALL;
|
Post a Comment