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

Home -> Community -> Mailing Lists -> Oracle-L -> parse to execute ration

parse to execute ration

From: BigP <big_planet_2000_at_hotmail.com>
Date: Thu, 01 Aug 2002 13:53:19 -0800
Message-ID: <F001.004A9555.20020801135319@fatcity.com>

      Parse/Execution Ratio  
     Number of parses divided by the number executions per statement.  
     Individual number of parses. 

      Number of executions.  
     The count of parses to executions should be as close to one as possible. If there are a high number of parses per execution then the statement has been needlessly reparsed. This could indicate the lack of use of bind variables in SQL statements or poor cursor reuse. 
     



Hi list ,
In oracle doc it says parse to execute ratio is to be close to one . I dont understand that . I thought there should be more executes per parse . So it should be close to 0. am I wrong ?
Thanks ,
bp

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: BigP
  INET: big_planet_2000_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Thu Aug 01 2002 - 16:53:19 CDT

Original text of this message

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