Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: tkprof statisitics
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" - UnknownReceived on Wed Jul 26 2006 - 13:58:38 CDT
![]() |
![]() |