Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> SQL*Loader : How can I load the Line Feed as part of data
Greetings,
We have one column in a table and this column need to store data with Line Feed, denoted by \x0d\x0a in the following row. This data comes from Sybase database. If \x0d\x0a cannot be loaded as Line Feed through the SQL*Loader then how can we do it?
Any help is appreciated.
Thanks,
Ashoke
Data file contains the following one record :
crm1d1p1|50 Hz Interval|Software Group|When the test is conducted in the Atrium, this parameter encodes to Manual Therapy 50 Hz Induction Atrial Pacing Minimum Interval and x0d0a Manual Therapy Atrial 50 Hz Induction Instruction Buffer Byte 7 and 9.\x0d\x0aWhen the test is conducted in the Ventricle, this parameter encodes to Manual Therapy 50 Hz Induction Ventricular Pacing Minimum Intervaland \x0d\x0a Manual Therapy 50 Hz Induction Instruction Buffer Byte 3 and 5.|37344||||||||1192
Sample Control File :
LOAD DATA
INFILE param.dat "str X'0d0a'" BADFILE param.bad append into TABLE param_ashoke TRAILING NULLCOLS
-- 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 - 09:33:21 CDT
![]() |
![]() |