DBMS_LOCK v13
Advanced Server provides support for the DBMS_LOCK.SLEEP
procedure.
Function/Procedure | Return Type | Description |
---|---|---|
SLEEP(seconds) | n/a | Suspends a session for the specified number of seconds . |
Advanced Server's implementation of DBMS_LOCK
is a partial implementation when compared to Oracle's version. Only DBMS_LOCK.SLEEP
is supported.
SLEEP
The SLEEP
procedure suspends the current session for the specified number of seconds.