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 -> PL/SQL timing problem

PL/SQL timing problem

From: Jun <frankjunli_at_gmail.com>
Date: 28 Nov 2006 06:13:17 -0800
Message-ID: <1164723197.714598.8890@n67g2000cwd.googlegroups.com>


Hi guys,

     I want to get the elapsed time during the loop, once it is added up to 4 seconds I will exit the loop and give a timeout error.

     I am using mod(DBMS_UTILITY.get_time,100), but it seems that it was set to 0
once it gets 100(which is 1 second). I want accumulative time(default is 0) that is spend during
the loop. is there any nice idea about this?          

Thanks so much for any help:) Received on Tue Nov 28 2006 - 08:13:17 CST

Original text of this message

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