Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: UTL_FILE.put_line() and HEXTORAW()

Re: UTL_FILE.put_line() and HEXTORAW()

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 21 Apr 2006 18:37:58 -0700
Message-ID: <1145669878.369632.260240@u72g2000cwu.googlegroups.com>


I don't know how HEXTORAW() works, but we were inserting linefeed or carriage return concatenating with the chr() value. For example;

    v_output_string5 :=
   ' begin'||chr(10)||
   ' select obj_id into v_oid '||chr(10)||
...

    utl_file.putf(v_filehandle, v_output_string5 || chr(10));
...

HTH Received on Fri Apr 21 2006 - 20:37:58 CDT

Original text of this message

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