Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: execute count in trace file
tkprof report is exactly, what I'm talking about.
If for particular sql-statement you have "execute count" > "parse count", it is good.
Igor Neyman, OCP DBA
ineyman_at_perceptron.com
are u talking about v$sqlarea .
I am pointing to count column in tkprof report.
-ak
"execute count" > "parse count" IS GOOD! Shows, you are re-using sql-statements, not waisting time on re-parsing them.
Igor Neyman, OCP DBA
ineyman_at_perceptron.com
what is meaning of execute count >1 in tkprof output . Ideally there should be 1 parse , 1 execute and multiple fetch count . But parse count may be more if there are some recursive calls ( rite ? ) . Similerly is it rite to interpret that more then 1 execute means some recursive stuff is going on with that sql ?
thanks, -ak
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Igor Neyman
INET: ineyman_at_perceptron.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Apr 09 2003 - 15:43:57 CDT