Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> utl_file
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
![]() |
![]() |