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