Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Searching hard parses
Hello,
First of all, let's notice that:
If you don't encounter time related events such as waits, CPU usages, It doesn't make sense What the values of AMOUNT and SPEED are.
In you case, startting from parse count is not correct way. You should focus on parsing if parse time is high.
use itrprof SQL Analyzer to see parse time, parse amount with their relavent SQLs.
regards...
Fernando Papa wrote:
> Hi everybody!
>
> I have this numbers for "parses":
>
> 1402684 parse count (hard)
> 9766294 parse count (total)
>
> 14,36 % of my parses are hard
>
> My database it's up since more than two days, with 943249 cumulative logons
> (oltp). The problem is two months ago the percentage of hard parses was
> about 12%... I try to find which sql sentences are forcing "hard" parses,
> but I don't know I can do it querying some v$ views or I need to examine
> directly all the sessions...
>
> Thanks in advance!
>
> --
> Fernando O. Papa
> DBA
> El Sitio - Infraestructura
> (54-11) 4339-3854
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Fernando Papa
> INET: fpapa_at_elsitio.com.ar
>
> 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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Danisment Gazi Unal (Unal Bilisim) INET: danisment.unal_at_unal-bilisim.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 Fri Jun 15 2001 - 10:41:07 CDT