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
>>> [EMAIL PROTECTED] 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" <[EMAIL PROTECTED]>@fatcity.com on 30/01/2002
11:25:34

Please respond to [EMAIL PROTECTED] 

Sent by:  [EMAIL PROTECTED] 


To:   Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
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: [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).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
--
Author: Thomas, Kevin
  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).


-- 
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).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ron Rogers
  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).

Reply via email to