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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Very high buffer gets

RE: Very high buffer gets

From: Nahata, Naveen (US - Glen Mills) <nnahata_at_deloitte.com>
Date: Mon, 13 Feb 2006 12:08:55 -0500
Message-Id: <7498054865834541A868EA11FDD4D078013CE3FF@usndc0410.us.deloitte.com>


select blocks, num_rows, to_char(last_analyzed, 'DD-MON-YYYY HH24:MI:SS')
from all_tables
where table_name in ('AQ$_QUEUE_TABLES', 'AQ$_QUEUE_TABLE_AFFINITIES', 'AQ$_QUEUES')     BLOCKS NUM_ROWS TO_CHAR(LAST_ANALYZED,'DD-

---------- ---------- --------------------------
         1         61 06-FEB-2006 15:50:09
         2        136 06-FEB-2006 15:51:14
         1         61 06-FEB-2006 15:50:48 

Naveen

-----Original Message-----
From: Stephane Faroult [mailto:sfaroult_at_roughsea.com] Sent: Monday, February 13, 2006 12:11 PM To: Nahata, Naveen (US - Glen Mills)
Cc: oracle-l_at_freelists.org
Subject: Re: Very high buffer gets

High-water mark of death? If you have recently had some service interruption and requests have accumulated into the queue, it might be an explanation.

Stephane Faroult

Nahata, Naveen (US - Glen Mills) wrote:

>Hi All,
>
>After tracing the QMON process which was doing lots of buffer gets, I
>found this culprit. None of the three tables involved in the query have
>more than 2 blocks. I know the nested loop is iterating over the blocks
>but that should still not account for more than 200 blocks / execution.
>Why do I see such high values for buffer gets?
>
>
>

This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message.

Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Feb 13 2006 - 11:08:55 CST

Original text of this message

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