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 -> utl_file

utl_file

From: <rankeshav_at_yahoo.com>
Date: 27 Feb 2007 13:16:59 -0800
Message-ID: <1172611019.312144.10740@h3g2000cwc.googlegroups.com>


I am trying to write a text file using utl_file to write to a file.

I used

UTL_FILE.FOPEN(v_ftp_folder, v_cms_file, 'w');
UTL_FILE.PUT(v_outfile_handle, 'X');
UTL_FILE.FCLOSE(v_outfile_handle);

It is creating the file ok with required contents, but at the end it is adding a character chr(10) or '0A'. I do not want to add that character. Can somebody please help me how to not add that character.

Thanks in advance,
Murthy Received on Tue Feb 27 2007 - 15:16:59 CST

Original text of this message

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