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: lots of waiting on 'db file parallel write'

Re: lots of waiting on 'db file parallel write'

From: Joel Garry <joel-garry_at_home.com>
Date: 24 Feb 2006 16:56:18 -0800
Message-ID: <1140828978.911929.326000@u72g2000cwu.googlegroups.com>


Advance search metalink for "db file parallel write" for starters.

Check out v$bh - you may be thrashing buffers, interfering with the db writers ability to finish the i/o they have to do. With the large SGA you have, Oracle will consider larger tables as MRU, effectively caching them for full table scans. These tables should be moved to keep or recycle pools, as appropriate.

But don't ignore those sequential reads - are you _sure_ you've tuned your app as much as you can? Are you sure those undo header waits aren't happening during the slowdowns? Are you sure Veritas isn't doing some housekeeping?

jg

--
@home.com is bogus.
http://www.businessweek.com/innovate/content/feb2006/id20060224_155318.htm
Received on Fri Feb 24 2006 - 18:56:18 CST

Original text of this message

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