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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to set time delay in Oracle store procedure?

Re: How to set time delay in Oracle store procedure?

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Tue, 09 Apr 2002 20:03:00 +0100
Message-ID: <3CB33AE4.6B16@yahoo.com>


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

Original text of this message

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