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

Record row count and execution time into table?

From: Snewber <snew_at_snew.com>
Date: Fri, 30 Sep 2005 11:04:05 +1000
Message-ID: <dhi2u8$2g5p$1@bunyip2.cc.uq.edu.au>


I was wondering if anyone knows the best way to count the number of rows in a table and enter this row count into a table along with how long the query took to execute?

I realise that you can get both the row count and SQL execution time by turning timing on and then running the select count(*) ... but then I have to format the results and then do the insert into a table.

Is there an easier way? Received on Thu Sep 29 2005 - 20:04:05 CDT

Original text of this message

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