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: ms accuracy from Oracle

Re: ms accuracy from Oracle

From: <ianp_at_not.valid>
Date: 1997/04/03
Message-ID: <5hvf6s$9lj$1@its.hooked.net>#1/1

mlarson (mdlarson_at_brain.uccs.edu) wrote:

: dbms_utility.get_time
: It gives the time in hundredths of a second
:   I would like to do some benchmarks on SQL statements using
:   millisecond
:   precision, any ideas?

It's kind of interesting that people wish this granularity for any reason, as there are any number of factors that could make the results somewhat less than meaningful unless you do certain actions between runs.

I suspect that if you require millisecond precision for SQL then maybe you a) have no problem in the first place and 2) are doing the wrong sort of

   test - maybe many 1000's of itterations would be a better bet to reduce    some of the previously mentioned problems.

Just my 0.02.

--
In an attempt to reduce the junk mail count I set a bogus From line.
My correct email address is 'ianp_at_hooked.net'
Received on Thu Apr 03 1997 - 00:00:00 CST

Original text of this message

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