Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: LF and CR (chr(10)||chr(13)) problem
The size do differ between two files.
I attached both files. The problem is between the end of line2 "/" and the begin of line3 "2" in the customer.txt.
Thanks,
Kitty
-----Original Message-----
Sent: Friday, November 14, 2003 9:09 AM
To: Multiple recipients of list ORACLE-L
Kitty,
when the file is written by pl/sql note its size. Then open and save in notepad and note its size. If both sizes are different, you know there is a CR/LF problem, else problems is somewhere else.
Raj
-----Original Message-----
Sent: Friday, November 14, 2003 8:54 AM
To: Multiple recipients of list ORACLE-L
Joze,
It's not that simply. I already tried all the possible combination: chr(13)||chr(10) , chr(10)||chr(13), chr(13) , chr(10)||chr(10)...
Thanks for your input anyway.
Regards,
Kitty
-----Original Message-----
Sent: Friday, November 14, 2003 6:09 AM
To: Multiple recipients of list ORACLE-L
The solution is simple. The correct sequence of characters is not chr(10)||chr(13) but rather chr(13)||chr(10). This is obviously changed by notepad.
regards, Joze
-----Original Message-----
Sent: Friday, November 14, 2003 5:59 AM
To: Multiple recipients of list ORACLE-L
Hi,
Currently I am working on a project that requires me to transfer "Customer Master Record" data into SAP R/3 system from my oracle database (9.2.0.4 running on Solaris 5.9). The text file (contains LF and CR) generated by PLSQL or Oracle reporter builder could not be loaded into the SAP database (running on the same version of oracle database on W2K). It breaks on the CR. However, when I open the text file by notepad, do nothing, just simply save the file, re-run the data load, then everything works fine. Does anyone know anything about this? Please help.
Thanks in advance.
Kitty Luo
Oracle DBA, OCP
Onlane Inc.
www.onlane.com
kluo_at_onlane.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Kitty Luo
INET: kluo_at_ONLANE.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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.net
--
Author: Joze Senegacnik
INET: joze.senegacnik_at_aster.si
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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).
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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).
**************************************************************************************5
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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).
<encoded content removed -- binaries not allowed by ListGuru>
The previous attachment was filtered out by the ListGuru mailing software at fatcity.com because binary attachments are not appropriate for mailing lists. If you want a copy of the attachment which was removed, contact the sender directly and ask for it to be sent to you by private E-mail.
This warning is inserted into all messages containing binary attachments which have been removed by ListGuru. If you have questions about this message, contact Postmaster_at_fatcity.com for clarification.
<encoded content removed -- binaries not allowed by ListGuru>
Content-Type: text/plain; name="ReadMe.txt"; charset="us-ascii" Content-Transfer-Encoding: 7bit
The previous attachment was filtered out by the ListGuru mailing software at fatcity.com because binary attachments are not appropriate for mailing lists. If you want a copy of the attachment which was removed, contact the sender directly and ask for it to be sent to you by private E-mail.
This warning is inserted into all messages containing binary attachments which have been removed by ListGuru. If you have questions about this message, contact Postmaster_at_fatcity.com for clarification.
------_=_NextPart_001_01C3AABD.231CD4BE--
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Kitty Luo
INET: kluo_at_ONLANE.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Fri Nov 14 2003 - 08:44:24 CST
![]() |
![]() |