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: individual query hit ratio

Re: individual query hit ratio

From: Ryan Gaffuri <rgaffuri_at_cox.net>
Date: 1 Dec 2003 11:06:55 -0800
Message-ID: <1efdad5b.0312011106.487e777@posting.google.com>


"Robert" <grobert_at_azet.sk> wrote in message news:<bqerou$ccb$1_at_news.telecom.sk>...
> OK. I will try what you have sugested. Seems it is better idea.
>
> Thanks a lot
> Robert

typically the poorest running queries, the ones that cause a slowdown have the highest cache/hit ratio or have a ton of sorting and your sort_area_size is too small.

Its typically the first one. you will often have a small number of VERY bad queries that do tons of logical I/Os. This causes contention on the latches in the buffer cache and slows everything else down.

when you run statspack, you can get the most resource intensive queries. Niall's method of contacting users is a good idea, but you should also run statspack. it may be a few really bad queries slowing everything down. Statspack will help to identify them. Received on Mon Dec 01 2003 - 13:06:55 CST

Original text of this message

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