Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to set time delay in Oracle store procedure?
Kiben C wrote:
>
> I am trying to set 1 minute delay in a store procedure. Does anybody
> know how to implement that?(by using some oracle built in functions).
dbms_lock.sleep(x)
will sleep x seconds
hth
connor
-- ============================== Connor McDonald http://www.oracledba.co.uk "Some days you're the pigeon, some days you're the statue..."Received on Tue Apr 09 2002 - 14:03:00 CDT
![]() |
![]() |