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 -> Re: Performance Measures?

Re: Performance Measures?

From: Connor McDonald <mcdonald.connor.cs_at_bhp.com.au>
Date: 1998/02/11
Message-ID: <34E13760.32DC@bhp.com.au>#1/1

Jeff Wyant wrote:
>
> I've been trying to time my stored procedures in Oracle by getting the
> date and time at the start of the stored procedure and then again at the
> end of the stored procedure. The problem I've been running into is that
> the Oracle sysdate only goes to the second and I need to measure in
> milliseconds. Does anyone have a way to perform this type of
> measurement?
> Thanks.

dbms_utility.get_time (100's of a second since db started)

-- 
==========================================
Connor McDonald
BHP Information Technology
Perth, Western Australia
"These views mine not BHP..etc etc"

"The only difference between me and a madman is that I am not mad."
Received on Wed Feb 11 1998 - 00:00:00 CST

Original text of this message

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