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

Home -> Community -> Mailing Lists -> Oracle-L -> Performance analysis (enqueue and buffer busy waits)

Performance analysis (enqueue and buffer busy waits)

From: Pablo ksksksk <p_rodri99_at_yahoo.es>
Date: Tue, 14 Aug 2001 08:24:39 -0700
Message-ID: <F001.00369AAF.20010814065538@fatcity.com>

Hi list:

    I've been analyzing an instance's performance for some time. I found a lot of enqueue and a lot of buffer busy waits.

Tracing the instance's sessions for some time I found that enqueue waits are mostly because of FK not being indexed. This of course generated shared locks (level 4) over child tables when a parent row was updated, deleted or inserted. I can solve this by creating the missing indexes.

In reference to the Buffer busy waits, mostly of these waits takes place over TABLES and p3=0 in all cases. I think that p3=0 indicates that a session wants a block that is being read from disk by another session. Keeping the object in memory will solve this problem, but unfortunately this is not an option as I'm working with Oracle 7.3.4. and the tables are big. I think that a lot of queries are using these TABLES.

The question is what can I do to solve this BBW?

And another curiosity question, can enqueue waits generate buffer busy waits ? (as a session is waiting for some buffer that another session is holding in an incompatible mode)

TIA



Do You Yahoo!?
Yahoo! Messenger: Comunicación instantánea gratis con tu gente - http://messenger.yahoo.es
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: =?iso-8859-1?q?Pablo=20ksksksk?=   INET: p_rodri99_at_yahoo.es
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 Tue Aug 14 2001 - 10:24:39 CDT

Original text of this message

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