Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: execute count in trace file

Re: execute count in trace file

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Wed, 09 Apr 2003 11:14:24 -0800
Message-ID: <F001.0057E433.20030409111424@fatcity.com>


"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 - 14:14:24 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US