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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: how to make PL/SQL wait for 60 seconds

Re: how to make PL/SQL wait for 60 seconds

From: Vladimir Begun <jester_at_whale.sunbay.crimea.ua>
Date: Fri, 20 Jul 2001 07:29:15 -0700
Message-ID: <F001.0034FCDB.20010720054934@fatcity.com>

On Jul 20, 2001 at 04:46:13AM, John Dunn wrote:
> I want to put a sleep or wait in my PL/SQL function
>
> Is there an easy way to do this?

dbms_lock

  procedure sleep(seconds in number);

-- 
Vladimir Begun               | Falling in love is a lot like dying.  You
http://vbegun.net/           | never get to do it enough to become good at
http://vbegun.net/wap/       | it.
me_at_vbegun.net                | 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Vladimir Begun
  INET: jester_at_whale.sunbay.crimea.ua

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jul 20 2001 - 09:29:15 CDT

Original text of this message

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