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

Home -> Community -> Usenet -> c.d.o.server -> Re: Application Performance

Re: Application Performance

From: Stephan Bressler <stephan.bressler_at_pdb.sbs.de>
Date: Tue, 30 Apr 2002 10:28:47 +0200
Message-ID: <aalkjh$g8g$1@news.mch.sbs.de>


Hi,

starting with 8i there's a distiction in v$sysstat in 'parses' and 'hard parses'. 'parse' occure every time a new statement is parse, even if it is already in the sql-area. 'hard parse' occur for every new statement.

So TOADs rule seems to be old fashioned. Rely on v$sysstat('parses', 'parses(hard)' and 'execute count')

Regards
Stephan Received on Tue Apr 30 2002 - 03:28:47 CDT

Original text of this message

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