This procedure suspends the session for a specified period of time.
DBMS_LOCK.SLEEP (seconds IN NUMBER);
seconds
Amount of time, in seconds, to suspend the session.
The smallest increment can be entered in hundredths of a second;
for example, 1.95 is a legal time value.
时间: 2024-10-06 19:16:05