Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> UTL_FILE replaces 0A by 0D 0A

UTL_FILE replaces 0A by 0D 0A

From: Kalle Heuwes <Karlheinz.Heuwes_at_web.de>
Date: 12 Sep 2006 01:29:11 -0700
Message-ID: <1158049751.413063.290260@p79g2000cwp.googlegroups.com>


Hi !

This problem arises on Oracle 9.2.0.6.0 with Microsoft Windows.

I have to write hex values to a text file and do it by UTL_FILE.put_line(pin_filehandle, pic_text);

On Unix-servers everything is OK. On Windows-Servers a hex value of
"A6 0A 32" is written to file as
"A6 0D 0A 32". Thus the file is destroyed for the application that has
to read the file.

Is there a chance to solve this problem ?

TIA Kalle Received on Tue Sep 12 2006 - 03:29:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US