Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL-UTL_FILE
As far as I am aware the UTL_FILE package only provides PUT or PUT_LINE procedures for writing text to a file. Both of these subprograms take a varchar2 as a parameter. I think you need something which will handle long raws.
On Fri, 29 Aug 1997 14:24:22 +0200, Geir Willy Rogde <gwro_at_nextel.no> wrote:
>UTL_FILE
>I was wondering if this package is able to
>create and write files not containing text.
>
>That is, can I print a gif-image to file using
>UTL_FILE.PUT?
>
>Thanks in advance
>
>--
>Geir Willy Rogde
>
>
Received on Mon Sep 01 1997 - 00:00:00 CDT
![]() |
![]() |