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 a timer in PL/SQL

Re: How to set a timer in PL/SQL

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 27 Mar 2006 08:37:32 -0800
Message-ID: <1143477452.338074.288690@z34g2000cwc.googlegroups.com>


The package dbms_alert has existed since version 7.0. Have it added to the database if you need it.

The package dbms_lock contains a sleep procedure.

Again if the package is not here have it added or the execute privilege granted to the proper username.

HTH -- Mark D Powell -- Received on Mon Mar 27 2006 - 10:37:32 CST

Original text of this message

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