The SET_DEFAULTS procedure
Use the SET_DEFAULTS procedure to set the amount of time (in seconds) for the POLLING_INTERVAL,which applies when DBMS_ALERT goes into a polling loop. The specification is:
PROCEDURE DBMS_ALERT.SET_DEFAULTS (sensitivity IN NUMBER);
|
Post a Comment