sql loader and line feed [message #129808] |
Tue, 26 July 2005 15:07 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
yjin
Messages: 8 Registered: July 2005
|
Junior Member |
|
|
I have a flat file to import into oracle database by sql*loader. In this file, there are two fields which contain line feed character. I added str x'7c' into my control file. But everytime I tried import it only imports the first record. Those two fields containing line feed character are last two fields in the file.
Any suggestion would be appreciated.
|
|
|
|
|
|
|
Re: sql loader and line feed [message #129988 is a reply to message #129982] |
Wed, 27 July 2005 10:17 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
yjin
Messages: 8 Registered: July 2005
|
Junior Member |
|
|
Thanks for your work. I figured it out just 5 minutes ago. I changed the flat file format to delimited. And changed the control file to match the delimited format. And it works fine.
Thanks to this site. I got a lot of good ideas from here.
|
|
|
Re: sql loader and line feed [message #133965 is a reply to message #129988] |
Mon, 22 August 2005 23:30 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
neeta_1185
Messages: 8 Registered: August 2005 Location: bangalore
|
Junior Member |
|
|
i'm facing the same issue as line feed is getting appended in my table column. Can you please tel me how you made your flat file to be delimited so as to get the proper formatting.
|
|
|