The SIGNAL procedure
The SIGNAL procedure signals that an alert has been fired and passes a message to all sessions currentlyhaving registered interest in the alert. The specification is:
PROCEDURE DBMS_ALERT.SIGNAL (name IN VARCHAR2, message IN VARCHAR2);
|
Post a Comment