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

Home -> Community -> Usenet -> c.d.o.server -> sqlldr

sqlldr

From: <wutang_warrior_at_my-deja.com>
Date: Tue, 20 Jul 1999 13:35:25 GMT
Message-ID: <7n1tur$rt3$1@nnrp1.deja.com>


Hello.

My control file contains:



load data infile 'za-networks'
replace
into table zanetworks
(IP)

The source file contains 2-3 octets each on a seperate line. (Class B's and C's)

Only the first character is inserted into the table which is:



create table zanetworks (ip varchar2(11));

The log file says' "1" under Length.

I've never had this problem and I can't figure it out.

Any ideas?

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Jul 20 1999 - 08:35:25 CDT

Original text of this message

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