Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SQL*Loader and CLOB Fields

SQL*Loader and CLOB Fields

From: <klone5399_at_my-deja.com>
Date: Fri, 03 Dec 1999 05:11:22 GMT
Message-ID: <827jdn$g7n$1@nnrp1.deja.com>


Hi

I want to upload some data in Oracle using SQL*Loader. One column in the table is of CLOB type. The information that I have

The control file that I used is as follows:

load data infile 'datatext' "var"
into table testtextfields
fields terminated by "#"
(testkey integer, testclob RAW)

I got the error that the data length exceeded field length. I tries LONG and CLOB types but I got a syntax error.

I will appreciate any help

Thanks

Khurram

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Dec 02 1999 - 23:11:22 CST

Original text of this message

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