Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Stored Procedure - pause/wait seconds feature?

Re: Stored Procedure - pause/wait seconds feature?

From: Steve <johnst_at_ncs.com>
Date: Fri, 13 Apr 2001 07:42:07 -0500
Message-ID: <3AD6F41F.15082DFA@ncs.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US