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: SQLLOADER - please help

RE: SQLLOADER - please help

From: <Long.Nguyen_at_csiro.au>
Date: Mon, 01 Jul 2002 01:33:19 -0800
Message-ID: <F001.0048C87C.20020701013319@fatcity.com>


The error message indicates that the current maxextents value for table IMP_NIELSEN is 20 and this number of extents had been reached during the load. Since there was still more data to load and Oracle tried to get to the next extent but could not since it had already reached the max value.

Ask the table owner or DBA to change the maxextents value for the table to a large value.

Long

-----Original Message-----
Sent: Monday, 1 July 2002 6:28 PM
To: Multiple recipients of list ORACLE-L

Hallo, anyone whom can help me with this:

I am running sqllodaer and gets this errormessage in the log:

Record 18729: Rejected - Error on table RIK2.IMP_NIELSEN, column MONTH_DISTR_W Column not found before end of logical record (use TRAILING NULLCOLS) ORA-01631: max # extents (20) reached in table RIK2.IMP_NIELSEN

What does that mean and how can I change this ctl file,

(See attached file: nielsen.ctl)

Thanks in advance

Roland

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Long.Nguyen_at_csiro.au

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 Mon Jul 01 2002 - 04:33:19 CDT

Original text of this message

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