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: Issuing a wait in Oracle

Re: Issuing a wait in Oracle

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 18 Mar 1999 18:55:56 -0000
Message-ID: <921783779.17937.0.nnrp-03.9e984b29@news.demon.co.uk>

Look at the dbms_lock package.

    dbms_lock.sleep(5)

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

Terry Underwood wrote in message <36F13090.441294AB_at_cwcom.net>...
>How can I issue a wait in Oracle,
>
>IF condition = true
> wait 5 seconds
>END IF
>
Received on Thu Mar 18 1999 - 12:55:56 CST

Original text of this message

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