Sleep function

BEGIN

DBMS_LOCK.SLEEP(n);

END;

/

n - number of seconds for wait;