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: Alessandro Guimarães <alessandro_at_applysolutions.com.br>
Date: Wed, 09 Apr 2003 13:14:23 -0800
Message-ID: <F001.0057E7FC.20030409131423@fatcity.com>


Hi

In an application the ratio parse to execute should be low ( 1 parse to 100 executes means our app parsed -soft or hard- once and executed it 100)

Alessandro Guimaraes

  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: =?iso-8859-1?Q?Alessandro_Guimar=E3es?=   INET: alessandro_at_applysolutions.com.br

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 - 16:14:23 CDT

Original text of this message

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