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 -> Re: PL/SQL-UTL_FILE

Re: PL/SQL-UTL_FILE

From: Simon Morley <morleys_at_entcf2.agw.bt.co.uk>
Date: 1997/09/01
Message-ID: <340a8eab.1195238411@news.axion.bt.co.uk>#1/1

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

Original text of this message

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