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

parse

From: David <thump_at_cosmiccooler.org>
Date: Mon, 4 Oct 2004 10:53:54 -0700 (PDT)
Message-ID: <2750.64.37.153.21.1096912434.squirrel@www.cosmiccooler.org>


I have a db where exec to parse ratio is bad. One update is parsing for each execute. Any thoughts on why?

Thanks!
David

Instance Efficiency Percentages (Target 100%)


            Buffer Nowait %:  100.00       Redo NoWait %:  100.00
            Buffer  Hit   %:   99.01    In-memory Sort %:  100.00
            Library Hit   %:  100.00        Soft Parse %:  100.00
         Execute to Parse %:   23.57         Latch Hit %:   99.99
Parse CPU to Parse Elapsd %:   94.49     % Non-Parse CPU:   99.08

SQL Statistics


-> CPU and Elapsed Time are in seconds (s) for Statement Total and in

   milliseconds (ms) for Per Execute

                                                       % Snap

                     Statement Total      Per Execute   Total

                     ---------------  ---------------  ------

        Buffer Gets:         175,942             11.8     .91

         Disk Reads:           6,605              0.4    3.44

     Rows processed:          17,210              1.2

     CPU Time(s/ms):               5               .3

 Elapsed Time(s/ms):              73              4.9

              Sorts:               0               .0

        Parse Calls:          14,953              1.0

      Invalidations:               0

      Version count:               5

    Sharable Mem(K):              19

         Executions:          14,953



SQL Text


update equipment_table set deleted = 1 where item_id = :item_id

-- 

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 04 2004 - 12:49:29 CDT

Original text of this message

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