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 -> Re: using UTL_FILE and HEXTORAW()

Re: using UTL_FILE and HEXTORAW()

From: CJ <spambox1_at_mindspring.com>
Date: 26 Apr 2006 06:04:03 -0700
Message-ID: <1146056643.325665.64190@j33g2000cwa.googlegroups.com>


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

Original text of this message

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