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

'sleep n' in PL/SQL block?

From: Fan Ruo Xin <fanruox_at_sbcglobal.net>
Date: Wed, 01 May 2002 20:15:36 GMT
Message-ID: <3CD04D0C.896C4800@sbcglobal.net>


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 - 15:15:36 CDT

Original text of this message

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