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 - Please Help!!!

RE: SQL*Loader - Please Help!!!

From: Smith, Ron L. <rlsmith_at_kmg.com>
Date: Tue, 19 Dec 2000 10:48:11 -0600
Message-Id: <10715.124933@fatcity.com>


That worked! Thanks all!

Ron Smith
Database Administration
rlsmith_at_kmg.com

-----Original Message-----
From: Karl Gruel [mailto:kgruel_at_Paradigm4.com] Sent: Tuesday, December 19, 2000 9:51 AM To: Multiple recipients of list ORACLE-L Subject: RE: SQL*Loader - Please Help!!!

SQL*Loader is trying to convert the spaces (assuming fixed position) to a date. Use the NULLIF operator. For example:

doe POSITION (1-8) DATE "YYYYMMDD" NULLIF (doe=" ")

--
Karl Gruel
kgruel_at_paradigm4.com


> -----Original Message-----
> From: Smith, Ron L. [mailto:rlsmith_at_kmg.com]
> Sent: Tuesday, December 19, 2000 9:16 AM
> To: Multiple recipients of list ORACLE-L
> Subject: SQL*Loader - Please Help!!!
>
>
> I am trying to run SQL*Loader on 8.1.6 NT. One column in the
> table is a
> date format. In the SQL*Loader control file I defined the
> column as "DATE".
> However, the input file is blank in the date column. The
> column can be null
> according to the table structure. When I try to load the
> data I get an
> error message that says there is an invalid value for month
> in the date
> column. There is no format associated with the column and
> again, the date
> column is blank.
>
> Ron Smith
> Database Administration
> rlsmith_at_kmg.com
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Smith, Ron L.
> INET: rlsmith_at_kmg.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: Karl Gruel INET: kgruel_at_Paradigm4.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
Received on Tue Dec 19 2000 - 10:48:11 CST

Original text of this message

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