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: problem with mult datafiles and local mng tblspaces

Re: problem with mult datafiles and local mng tblspaces

From: <Jared.Still_at_radisys.com>
Date: Fri, 19 Dec 2003 10:39:26 -0800
Message-ID: <F001.005DA72C.20031219103926@fatcity.com>



I think a good start would be to do level 8 10046 trace and see what the waits are.

Probably disk waits, but the question of course is 'why?'.   Before you can
ask that though, you need to be sure what you're waiting on.

Jared




"John Blake" <jblake@arrow.com>
Sent by: ml-errors@fatcity.com

 12/19/2003 08:24 AM
 Please respond to ORACLE-L

       
        To:        Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
        cc:        
        Subject:        problem with mult datafiles and local mng tblspaces



I have a 9.2.0.3 DB running on AIX 4.3.3
An application running on W2K using SQLLDR to load approx 6g of data
using local managed tablespaces
ie..
CREATE TABLESPACE PARENTDAT
                DATAFILE '/vol01/oradata/e450dev/parentdat01.dbf' SIZE 2000M REUSE,
                '/vol01/oradata/e450dev/parentdat02.dbf' SIZE 2000M REUSE,
                '/vol01/oradata/e450dev/parentdat03.dbf' SIZE 2000M REUSE,
                '/vol01/oradata/e450dev/parentdat04.dbf' SIZE 2000M REUSE
                EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1M
                NOLOGGING
                ONLINE;

It was taking 8 hours to load this data
1) copied the data to the AIX box and ran SQLLDR local to the DB and
received similar results
2) changed the tablespace to contain 1 8g datafile
3) ran SQLLDR from the W2K machine ..completed in 30minutes

Also
ran the same test on AIX 5.1 running oracle 9.2.0.3 and obtained the same
results.


I really would like to be able to create the tablespaces with multiple data
files but it seems whenever I add a datafile the
performance of the load degrades.

Any ideas??

Thanks in advance
John

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: John Blake
 INET: jblake@arrow.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@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).


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: Jared.Still_at_radisys.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 Fri Dec 19 2003 - 12:39:26 CST

Original text of this message

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