Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> UTL_FILE replaces 0A by 0D 0A
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
![]() |
![]() |