Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Stored Procedure - pause/wait seconds feature?
Try:
DBMS_LOCK.sleep(seconds);
Steve
devdewboy wrote:
> Hello,
>
> Is there a built-in function for Stored Procedures that will pause execution
> X seconds? If so what is the command?
>
> dewboy
Received on Fri Apr 13 2001 - 07:42:07 CDT
![]() |
![]() |