Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> using UTL_FILE and HEXTORAW()
need to write "binary" data, specifically a record separator byte
(x1E), to a file. When I do so using "UTL_FILE.put_line(file_handle,
HEXTORAW("1E"));" I end up with an ASCII hex string of "1" "E", two
bytes not one with 0x1E followed by "newline."
Thanks in advance.
CJ
Received on Fri Apr 21 2006 - 13:50:46 CDT