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: Record row count and execution time into table?

Re: Record row count and execution time into table?

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 30 Sep 2005 08:29:08 -0700
Message-ID: <1128094148.502987.197740@o13g2000cwo.googlegroups.com>


Get the time before the query and get it after the query and diff the two values. The question is how accurate a value do you want. I say the minimum query time for your purposes should be one second so you can just use sysdate. Fractions of a second are meaningless since so many other factors such as user load at the time of the query and the need to get consistent read blocks will vary with every execution.

HTH -- Mark D Powell -- Received on Fri Sep 30 2005 - 10:29:08 CDT

Original text of this message

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