SQLLOADER - please help

2002-07-01 Thread Roland . Skoldblom

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





nielsen.ctl
Description: Binary data


Re: SQLLOADER - please help -- Attachment History Removed

2002-07-01 Thread Jack van Zanen

Hi,


Not used SQLLOADER much but it seems that your controlfile says there
should be a column named month_distr_w that is not in your data.
How to fix it:
If your sure the column is in the data check your controlfile for other
syntax errors. If the column is not in the data than the answer is given in
the error message (trailing nullcols)


Jack


   

  Roland.Skoldblom@

  ica.se   To:   Multiple recipients of list 
ORACLE-L [EMAIL PROTECTED]   
  Sent by: cc:   (bcc: Jack van 
Zanen/nlzanen1/External/MEY/NL)
  [EMAIL PROTECTED] Subject:  SQLLOADER - please help   

   

   

  01-07-2002 10:28 

  Please respond to

  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






===
De informatie verzonden in dit e-mailbericht is vertrouwelijk en is
uitsluitend bestemd voor de geadresseerde. Openbaarmaking,
vermenigvuldiging, verspreiding en/of verstrekking van deze informatie aan
derden is, behoudens voorafgaande schriftelijke toestemming van Ernst 
Young, niet toegestaan. Ernst  Young staat niet in voor de juiste en
volledige overbrenging van de inhoud van een verzonden e-mailbericht, noch
voor tijdige ontvangst daarvan. Ernst  Young kan niet garanderen dat een
verzonden e-mailbericht vrij is van virussen, noch dat e-mailberichten
worden overgebracht zonder inbreuk of tussenkomst van onbevoegde derden.

Indien bovenstaand e-mailbericht niet aan u is gericht, verzoeken wij u
vriendelijk doch dringend het e-mailbericht te retourneren aan de verzender
en het origineel en eventuele kopieën te verwijderen en te vernietigen.

Ernst  Young hanteert bij de uitoefening van haar werkzaamheden algemene
voorwaarden, waarin een beperking van aansprakelijkheid is opgenomen. De
algemene voorwaarden worden u op verzoek kosteloos toegezonden.
=
The information contained in this communication is confidential and is
intended solely for the use of the individual or entity to whom it is
addressed. You should not copy, disclose or distribute this communication
without the authority of Ernst  Young. Ernst  Young is neither liable for
the proper and complete transmission of the information contained in this
communication nor for any delay in its receipt. Ernst  Young does not
guarantee that the integrity of this communication has been maintained nor
that the communication is free of viruses, interceptions or interference.

If you are not the intended recipient of this communication please return
the communication to the sender and delete and destroy all copies.

In carrying out its engagements, Ernst  Young applies general terms and
conditions, which contain a clause that limits its liability. A copy of
these terms and conditions is available on request free of charge.
===






--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jack van Zanen
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself

Re: SQLLOADER - please help

2002-07-01 Thread Alexandre Gorbatchev

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 [EMAIL PROTECTED]
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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: SQLLOADER - please help

2002-07-01 Thread Long . Nguyen

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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



Re: SQLLOADER - please help

2002-07-01 Thread Joe Testa

read the documentation, start in the errors manual and the utilities manual.

[EMAIL PROTECTED] wrote:

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: Joe Testa
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).