Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> parallel SQL*Loader load
Hi.
We are using Ab Initio to load bunch of tables. The load is done via SQL*Loader in direct mode in parallel. We have 8 streams. According to Oracle documentation in this situation Oracle would create temporary extents for every process to dump the data and will merge these extents into one at the end. In my case however the latter part doesn't seem to be happenning. After every load the number of extents in the table increase by 8 and the size of these extents is 32K while the NEXT parameter is 512K. Does anyone know anything about this and how do I force oracle to indeed merge the temp extents?
thanks
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 Tue Jan 08 2002 - 11:43:44 CST