SET_DEFAULTS

The SET_DEFAULTS procedure sets the polling interval that is used by the WAITONE and WAITANY procedures.

Syntax

DBMS_ALERT.SET_DEFAULTS(sensitivity )

Procedure parameters

sensitivity
An input argument of type INTEGER that specifies an interval in seconds for the WAITONE and WAITANY procedures to check for signals. If a value is not specified, then the interval is 1 second by default.