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: buffer busy wait for insert session

Re: buffer busy wait for insert session

From: Alex Gorbachev <gorbyx_at_gmail.com>
Date: Fri, 20 May 2005 21:00:48 +0200
Message-ID: <c2213f6805052012007ccd15b9@mail.gmail.com>


Zhu,

Perhaps, would be useful to have a look at what segments and type of blocks are involved (P1&P2).

If your create_date column is a monotonically growing timestamp than chances are that this index is the issue. The option would be to recreate this index as REVERSE KEY and/or use hash partitioning as Gopal noticed.
The same would be for PK if it's on monotonically increasing item_id column= .

--=20
Best regards,
Alex Gorbachev

--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 20 2005 - 15:05:39 CDT

Original text of this message

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