SQL TUNING [message #521110] |
Fri, 26 August 2011 07:37 |
|
Bhaskarquadrant
Messages: 4 Registered: August 2011 Location: CHENNAI
|
Junior Member |
|
|
Hi ,
Can any one having experience in tuning tell me ,what is to be reduced in this trace file output?
My trace file looks like as follows.
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 5 0.00 0.00 0 0 0 0
Execute 1378 0.13 0.20 0 0 0 0
Fetch 1378 582.12 3713.95 2433759 16034211 0 1378
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 2761 582.25 3714.15 2433759 16034211 0 1378
Misses in library cache during parse: 0
Optimizer mode: CHOOSE
Parsing user id: 248 (recursive depth: 1)
Thanks-Bhaskar
|
|
|
|
|
|
|
|
|
Re: SQL TUNING [message #521332 is a reply to message #521114] |
Sun, 28 August 2011 22:23 |
hkchital
Messages: 128 Registered: September 2008 Location: Singapore
|
Senior Member |
|
|
You just have not provided enough information.
All we can see is that you have had 1,378 executions, each execution fetching 1 row but doing 11,636 block gets.
How about starting by looking at the SQL statement and the execution plan ?
Hemant K Chitale
|
|
|