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: SQL Loader error

RE: SQL Loader error

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Wed, 30 Jan 2002 05:24:42 -0800
Message-ID: <F001.004003FF.20020130051525@fatcity.com>

Iashraf,
Not knowing what your table desc looks like for the columns in question and what the actual data, (record 2389 and 885) looks like I can take a wild guess at the explaination.
Record 2389 the comments column " Delimited data was specified with a maximun length and the data value exceeded that length" . You could be missing the field delimiter.. Record 885, you are trying to insert 6 char into a 5 char field .
The data rows that are bad should be in the "bad" file location. Review the data for the errors.
ROR mª¿ªm
>>> iashraf_at_csc.com 01/30/02 07:11AM >>> heres the ctl

LOAD DATA
INFILE 'sierras.dat'
INTO TABLE ia_test
trailing nullcols

(  SWREGNO                                    terminated by ','
OPTIONALLY
ENCLOSED BY '"',
   comments                        terminated by ',' OPTIONALLY
ENCLOSED BY
'"')

dat fReceived: from CONNECT-MTA by galotterile looks something like:

"aer100","customer's wish to cancel"
"aer200","etc."

"Thomas, Kevin" <Kevin.Thomas_at_calanais.com>@fatcity.com on 30/01/2002 11:25:34

Please respond to ORACLE-L_at_fatcity.com

Sent by: root_at_fatcity.com

To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc:

Could you post the control file?

Kev.

-----Original Message-----

Sent: 30 January 2002 09:15
To: Multiple recipients of list ORACLE-L

i have these 2 errors in the log file

1.Record 2389: Rejected - Error on table IA_TEST, column COMMENTS. Field in data file exceeds maximum length

2. Record 885: Rejected - Error on table IA_TEST. ORA-01401: inserted value too large for column

whats the differennce between the 2?

cheers

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: iashraf_at_csc.com

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Thomas, Kevin
  INET: Kevin.Thomas_at_calanais.com
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).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: iashraf_at_csc.com

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Ron Rogers
  INET: RROGERS_at_galottery.org
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 Wed Jan 30 2002 - 07:24:42 CST

Original text of this message

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