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: 'sleep n' in PL/SQL block?

Re: 'sleep n' in PL/SQL block?

From: Fan Ruo Xin <fanruox_at_sbcglobal.net>
Date: Wed, 01 May 2002 21:08:47 GMT
Message-ID: <3CD05983.EC0F3FF4@sbcglobal.net>


Thanks, Connor, Anton!

Fan Ruo Xin wrote:

> Hi,
> Suppose I need to write a PL/SQL block as:
> (psedo code)
> DECLARE
> ...
> BEGIN
> ...
> sleep 60
> ...
> END
>
> How can I implement the "sleep 60" in PL/SQL block? Is there any way to
> do this?
> Thanks,
> Rosaline
Received on Wed May 01 2002 - 16:08:47 CDT

Original text of this message

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