标签:
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.
标签:
原文地址:http://www.cnblogs.com/wwxbi/p/4288969.html