Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: using UTL_FILE and HEXTORAW()
Thank you Mr. Manry for all your time. The suggestion to use chr() in
the put_line() solved my customer's problem. But, they claim that
put_line_nchar(HEXTORAW(1E)) has the same result as
put_line(HEXTORAW(1E)), a suggestion I made prior to posting my
inquiry.
UTL_FILE.put_line(lv_file,chr(30)); works as desired writting 0x1E 0x10, which is a termination separator between STREAMs of "packets."
Thanks to all.
CJ
Received on Wed Apr 26 2006 - 08:04:03 CDT