Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: using UTL_FILE and HEXTORAW()
On 21 Apr 2006 12:28:41 -0700, "CJ" <spambox1_at_mindspring.com> wrote:
>So, do not use HEXTORAW()?
Technically, utl_file.put_line is for text data. You might do better with utl_file.put_raw. I believe this was introduced in Oracle 10g.
-- Bill Manry - Oracle Corp. Opinions are mine, not Oracle's.Received on Fri Apr 21 2006 - 15:22:03 CDT