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

RE: Sqlloader

From: Robertson Lee - lerobe <lerobe_at_acxiom.co.uk>
Date: Wed, 14 Nov 2001 00:44:32 -0800
Message-ID: <F001.003C425B.20011113235019@fatcity.com>

What does your data file (sorry infile) look like ??

-----Original Message-----
Sent: 13 November 2001 19:17
To: Multiple recipients of list ORACLE-L

Hallo,

I am running this sqlloader ctl-file

load data
infile 'C:\temp\arg\argdwfkt3.txt'
TRUNCATE
into table argdwfkt_kopia
FIELDS TERMINATED BY ';'
(BUTIKS_ID,

 BUT_NAMN,
 REGION_ID "DECODE(:REGION_ID,'!','98','?','97',:REGION_ID)",  DISTRIKT_ID "DECODE(:DISTRIKT_ID,'!','98','?','97',:DISTRICT_ID)", ROLL_ID,
 PROFIL_ID "DECODE(:PROFIL_ID,'!','98','?','97',:PROFIL_ID)",  AR,
 KVARTAL,
 MANAD,
 VECKA,
 DOKUMENTTEST_ARKFORMAT
"DECODE(:DOKUMENTTEST_ARKFORMAT,'A4','1','A3','2','E1','3','!','98','?','97' ,'99')",
 KAMPANJ_TYP,
 MX_URVAL,
 POSTBEFODRAN
"DECODE(:POSTBEFODRAN,'A','1','B','2','!','98','?','97','99')",  PRINT_FORETAG_ID
"DECODE(:PRINT_FORETAG_ID,'1','1','2','2','!','98','?','97','99')",  STYCKKOSTNAD,
 FASTKOSTNAD_BREVMALL,
 FASTKOSTNAD_ARENDE,

 TOTAL_KOSTNAD,
 ANTAL_ÄRENDEN,
 ANTAL_BREVMALLAR_I_ARENDE,
 ANTAL_KUNDSEGMENT_I__ARENDE,
 ANTAL_KUNDER_I_URVAL,
 DATUM_HOS_KUND,

 AKTIVITETS_LOPNR,
 PRODUKTIONSENHET,
 AKTIVITETSDATUM,
BEHANDLINGSGRP) but gets this error message, check the file:What does it mean and how should I fix this:

(See attached file: arg.log)

Thanks in advance

Roland S

The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system.

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Robertson Lee - lerobe
  INET: lerobe_at_acxiom.co.uk

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 Nov 14 2001 - 02:44:32 CST

Original text of this message

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