Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SQL*Loader : How can I load the Line Feed as part of data
Hi Rachel,
I have attached the sample data and controlfile, which we are using to load the data. It is loading the line feed characters('\x0d\x0a') as it is. Oracle should store it as Line Feed while loading through SQL*Loader.
When I select this column it should displays something like this. i.e. a line feed instead of \x0d\x0a. But currently it does not happen that way as SQL*Loader loads '\x0d\x0a' as it is.
I may be missing something. I searched in manual and Metalink but not able fix my problem.
Thanks,
Ashoke
When the test is conducted in the Atrium, this parameter encodes to Manual Therapy 50 Hz Induction Atrial Pacing Minimum Interval and Manual Therapy Atrial 50 Hz Induction Instruction Buffer Byte 7 and 9.\x0d\x0a When the test is conducted in the Ventricle,this parameter encodes to Manual Therapy 50 Hz Induction Ventricular Pacing Minimum Interval and \x0d\x0a Manual Therapy 50 Hz Induction Instruction Buffer Byte 3 and 5. and when we select this column
-----Original Message-----
Sent: Monday, August 12, 2002 10:58 AM
To: Multiple recipients of list ORACLE-L
check the utilities documentation, specifically the Field List section and the "terminated by" clause.. you can override the default terminator of line feed. You can also concatenate multiple lines together
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rachel Carmichael INET: wisernet100_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mandal, Ashoke INET: ashoke.k.mandal_at_medtronic.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Aug 12 2002 - 11:58:21 CDT