Hi Guys,
My query is taking lot of time and i had try to reduce the time taken by it.
After all the things i have done following are the statistics
7 recursive calls
13 db block gets
3040505 consistent gets
37502 physical reads
0 redo size
48369303 bytes sent via SQL*Net to client
1914384 bytes received via SQL*Net from client
23632 SQL*Net roundtrips to/from client
0 sorts (memory)
1 sorts (disk)
354454 rows processed
Is it possible to more tune this query?? If yes,which areas should i emphasize more and is anyone there who can help me out in tuning this query.
My query is taking lot of time and i had try to reduce the time taken by it.
After all the things i have done following are the statistics
7 recursive calls
13 db block gets
3040505 consistent gets
37502 physical reads
0 redo size
48369303 bytes sent via SQL*Net to client
1914384 bytes received via SQL*Net from client
23632 SQL*Net roundtrips to/from client
0 sorts (memory)
1 sorts (disk)
354454 rows processed
Is it possible to more tune this query?? If yes,which areas should i emphasize more and is anyone there who can help me out in tuning this query.