TKPROF: Release 11.1.0.6.0 - Production on Tue Dec 30 03:19:55 2008 Copyright (c) 1982, 2007, Oracle. All rights reserved. Trace file: e:\oracle\app\diag\rdbms\orcl899\orcl899\trace\orcl899_ora_2260.trc Sort options: prsela exeela fchela ******************************************************************************** count = number of times OCI procedure was executed cpu = cpu time in seconds executing elapsed = elapsed time in seconds executing disk = number of physical reads of buffers from disk query = number of buffers gotten for consistent read current = number of buffers gotten in current mode (usually for update) rows = number of rows processed by the fetch or execute call ******************************************************************************** SELECT o.owner, o.object_type, COUNT(*) FROM all_my_objects o GROUP BY CUBE (o.object_type, o.owner) call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.01 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 23 0.95 11.81 6025 6029 0 327 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 25 0.96 11.82 6025 6029 0 327 Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: 5 Rows Row Source Operation ------- --------------------------------------------------- 327 SORT GROUP BY (cr=6029 pr=6025 pw=6025 time=10 us cost=1657 size=12105 card=807) 1032 GENERATE CUBE (cr=6029 pr=6025 pw=6025 time=48 us cost=1657 size=12105 card=807) 258 SORT GROUP BY (cr=6029 pr=6025 pw=6025 time=11 us cost=1657 size=12105 card=807) 411120 TABLE ACCESS FULL ALL_MY_OBJECTS (cr=6029 pr=6025 pw=6025 time=214529 us cost=1641 size=6166800 card=411120) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 23 0.00 0.00 reliable message 1 0.00 0.00 enq: KO - fast object checkpoint 1 0.00 0.00 direct path read 97 0.73 10.85 SQL*Net message from client 23 7.49 7.60 ******************************************************************************** alter session set events '10046 trace name context off' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 2 0.00 0.00 0 0 0 0 Misses in library cache during parse: 0 Parsing user id: 5 Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 3.79 3.79 ******************************************************************************** OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 2 0.01 0.00 0 0 0 0 Execute 2 0.00 0.00 0 0 0 0 Fetch 23 0.95 11.81 6025 6029 0 327 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 27 0.96 11.82 6025 6029 0 327 Misses in library cache during parse: 1 Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 24 0.00 0.00 SQL*Net message from client 24 7.49 11.39 reliable message 1 0.00 0.00 enq: KO - fast object checkpoint 1 0.00 0.00 direct path read 97 0.73 10.85 OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 0 0.00 0.00 0 0 0 0 Execute 0 0.00 0.00 0 0 0 0 Fetch 0 0.00 0.00 0 0 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 0 0.00 0.00 0 0 0 0 Misses in library cache during parse: 0 2 user SQL statements in session. 0 internal SQL statements in session. 2 SQL statements in session. ******************************************************************************** Trace file: e:\oracle\app\diag\rdbms\orcl899\orcl899\trace\orcl899_ora_2260.trc Trace file compatibility: 10.01.00 Sort options: prsela exeela fchela 1 session in tracefile. 2 user SQL statements in trace file. 0 internal SQL statements in trace file. 2 SQL statements in trace file. 2 unique SQL statements in trace file. 237 lines in trace file. 19 elapsed seconds in trace file.