Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> 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_at_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_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 - 10:24:26 CST