Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Application Performance
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
![]() |
![]() |