Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: tkprof statisitics

Re: tkprof statisitics

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Wed, 26 Jul 2006 18:58:38 GMT
Message-ID: <J30y1r.5Lv@igsrsparc2.er.usgs.gov>


Prasath wrote:
> I am looking at sorts ( both disk and memory ) and I/Os

Try the following:

SQL> set autotrace on statistics
SQL> select * from dual;

D
-
X

Statistics


          43  recursive calls
           0  db block gets
           9  consistent gets
           3  physical reads
           0  redo size
         511  bytes sent via SQL*Net to client
         469  bytes received via SQL*Net from client
           2  SQL*Net roundtrips to/from client
           0  sorts (memory)
           0  sorts (disk)
           1  rows processed


HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Wed Jul 26 2006 - 13:58:38 CDT

Original text of this message

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