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: Alexandre Gorbatchev <alexandre.gorbatchev_at_avermann.de>
Date: Mon, 01 Jul 2002 01:23:19 -0800
Message-ID: <F001.0048C861.20020701012319@fatcity.com>


Roland,
Looks like your table run out of space and cannot be extended. The workaround - pre-create table bigger (that's better) or set max extents higher.
Strange that Loader complains about input file. It went crazy probably. You don't need TRAILING NULLCOLS if you have all columns in each record defined. Loader's suggestion "use TRAILING NULLCOLS" is errorprone and stupid even when the problem is with row structure.

hth
Alexandre
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Monday, July 01, 2002 10:28 AM

> 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: Alexandre Gorbatchev
  INET: alexandre.gorbatchev_at_avermann.de

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:23:19 CDT

Original text of this message

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