interesting, for UNIX GUYS [message #57578] |
Tue, 24 June 2003 07:14 |
sidd
Messages: 130 Registered: May 2003
|
Senior Member |
|
|
hi guys,
i have a data file to load into a table of 6 columns, the last 6th column is long data type and its values is exceeds 3 lines.. so for every second line sql loader things its a new record and throws an error.. i want to store all 3 or 4 line of txt into that column how do i do this.
so all i need to do id wrap those 3 lines in one line. using unix cmds,..
|
|
|
|
Re: interesting, for UNIX GUYS [message #57582 is a reply to message #57580] |
Tue, 24 June 2003 11:24 |
sidd
Messages: 130 Registered: May 2003
|
Senior Member |
|
|
there is no carriage return or any special character.. that is the problem.. but only thing i can see right now is.. every record start with a numeric field.. an integer..is that help u at all
|
|
|