Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: problem with mult datafiles and local mng tblspaces
John,
any chance that you can create those 4 datafiles on 4 different mount points and re-test?
at first glance, without knowing a thing about AIX, I'd say that you are having thrashing problems across the multiple datafiles.
As Jared indicated, the 10046 trace should show you each wait. Usually, you'll see small waits when working on a drive track, and then a larger wait when a seek across tracks occurs. The waits should list what file# is being written to (or read from).
This may sound funny, but what does the server sound like when this load is running? Its pretty easy to tell the difference between a drive writing serially, and one that is covering 8 GB of surface area every second.
How many segments are you loading into, are you sure that 1 MB extents are a good size?
I'm a fan of keeping files to 1 GB, so that compression and transfer aren't such a pain, but then again the largest db that I work with is under 100 GB. A File size of 2000 MB scare me, bugs in the past with 2 GB files.
Pd
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Paul Drake INET: discgolfdba_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Sat Dec 20 2003 - 17:59:24 CST