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: insert performance

Re: insert performance

From: Mohammed Shakir <mshakir08816_at_yahoo.com>
Date: Wed, 10 Apr 2002 18:03:20 -0800
Message-ID: <F001.00441419.20020410180320@fatcity.com>


data block waits is the indicator of freelists contention. I have never seen a freelists contention, even though I have been running 11 processing doing inserts using 11 CPUs. I have seen library cache, Shared pool and cache buffer chains waits. I took care of buffer busy waits and db file sequential reads by increasing freelists, initrans to 11 and by partitioning the disks. In my case most of the data was writting to the same block by as many as 9 processes. I am working on a

Sparc 4500 Solaris 2.1.6 with Oracle 8.1.6.0 and 8.1.7.2

Library Shared Pool latch contention was found due to Literal or non-shared SQL. Check SQL_text in SQLarea to find literal SQL. Shared Pool contention seems to be due to a very large Shared pool. I found a bug report that indicates that cache buffer chain problem was fixed in 8.1.3.4 and 9.0.1.3

Cache buffer chain is also an indicator of high physical and logical I/O. You can check on that as well.

Hope this helps.

Shakir


Mohammed Shakir
CompuSoft, Inc.
11 Heather Way
East Brunswick, NJ 08816-2825
(732) 672-0464 (Cell)
(732) 257-6001 (Home)

Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mohammed Shakir
  INET: mshakir08816_at_yahoo.com

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 Wed Apr 10 2002 - 21:03:20 CDT

Original text of this message

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