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 -> utl_file.put appends a line feed

utl_file.put appends a line feed

From: <tdry_at_yet2.com>
Date: Thu, 02 Dec 1999 21:02:18 GMT
Message-ID: <826mnn$s5j$1@nnrp1.deja.com>


  I can't get utl_file.put to keep from adding a line feed at the end of a file. If I make the following call:

   utl_file.put( control_file, 'Does this have a linefeed' );

  I get a line-feed at the end of the file. If I make multiple calls like this, they are not seperated by line-feeds, but there is still a single line-feed at the end of the file. I've also tried putf with the format of '%s' and get the same results. This leads me to believe that it might have more to do with the file being closed. Oracle version is 7.3.4.0.1 and the OS is Solaris 2.7. Thanks.

        -Tim Dry

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Dec 02 1999 - 15:02:18 CST

Original text of this message

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