SQL*Loader: Loading Data with Carriage Returns/Line Feeds [message #72121] |
Wed, 12 March 2003 07:35 |
Howard Schisler
Messages: 4 Registered: February 2003
|
Junior Member |
|
|
I'm using SQL*Loader to load a table, the last column of which is a LONG datatype. This column will contain resumes. The resumes have many line feeds.
The entire text of the resume, from the input file, is being loaded but the carriage return/line feeds are being ignored. The text is readable after it's inserted into the table, but the lines and paragraphs all run together (i.e., no spacing between them). We'd like to preserve the formatting of paragraphs within the resume.
Do you have suggestions?
I can send the control file, log file, and input file.
Thanks.
|
|
|
|