PROCEDURE:DBMS_LOCK.SLEEP ~~~~~~~~~~~~~~~~~~~~~~~~~ Version/s: 7.X, 8.0, 8.1 See Also: [NOTE:67537.1] The Purpose of DB Package Reference Articles [NOTE:67680.1] DBMS_LOCK Package Description Specification: procedure sleep(seconds in number); Description: Suspend the session for the specified period of time. Input parameters: seconds In seconds, currently the maximum resolution is in hundreths of a second (e.g., 1.00, 1.01, .99 are all legal and distinct values).