loader loading only the first character [message #333969] |
Tue, 15 July 2008 01:27 |
durgadas.menon
Messages: 365 Registered: December 2007 Location: Nowhere
|
Senior Member |
|
|
Hi,
I am trying to load the US states in my table (details (state varchar2(20)).
Here is my control file
load data
infile 'd:\states.txt'
append
into table details(state)
The loader is just loading the first character from the two characters of the state names
eg A for Al, C for CT, D for DE.
Would you have any idea why it is not working the way it should?
(States list attached)
-
Attachment: states.txt
(Size: 0.23KB, Downloaded 1150 times)
|
|
|
|
|