The REGISTER procedureThe REGISTER procedure adds your session and the specified alert to the master registration list. A sessioncan register its interest in any number of alerts. The specification is:
PROCEDURE DBMS_ALERT.REGISTER (name IN VARCHAR2);
Post a Comment