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: tkprof question - parse counts

RE: tkprof question - parse counts

From: Shevtsov, Eduard <EShevtsov_at_flagship.ru>
Date: Thu, 12 Oct 2000 09:33:13 +0400
Message-Id: <10646.119034@fatcity.com>


Hi Bill and List

My assumption is the second process use dynamic_sql and do forced parsing for each execution.
Let me know if I'm right or not

Ed

> Hi,
>
> I have an interesting problem regarding parse counts in
> tkprof. One
> process makes a query several times and uses a host variable
> as in where
> field1 = :1. It has a count of 1 for the parse and 200 for
> the execute and
> fetch. A different process makes the exact same type of
> query to a different
> table. It has a count of 200 for the parse, execute, and
> fetch. What would
> cause the one process to parse only once and the other
> process to parse 200
> times when the query is essentially the same?
>
>
> Bill Carle
> AT&T
> Database Administrator
> 816-995-3922
> wcarle_at_att.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Carle, William T (Bill), NBSO
> INET: wcarle_at_att.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 Oct 12 2000 - 00:33:13 CDT

Original text of this message

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