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: Handling files in PL/SQL ???

Re: Handling files in PL/SQL ???

From: Nuno Guerreiro <nuno-v-guerreiro_at_telecom.pt>
Date: Wed, 24 Jun 1998 09:58:54 GMT
Message-ID: <3590cdc7.74028317@news.telecom.pt>


On Wed, 24 Jun 1998 10:53:56 +0200, Grialet <grialet_at_dsi.cnrs.fr> wrote:

>Hello,
>
>I have a PL/SQL procedure that returns an HTML page (via Oracle
>WebServer and the package "htp"), i would like now to save that page
>into a file (on the server disk) instead of returning it to the browser.
>Do you know if it is possible, i.e. if i can create a file, write infos
>into it, and close it, all of that into my PL/SQL procedure ?
>If it is possible, can you give me the PL/SQL instructions to do this,
>or else where i can find more info about it ?
>
>Thanks, have a nice day.
>Stephane Grialet - grialet_at_dsi.cnrs.fr

Check the UTL_FILE package.

Good luck,

Nuno Guerreiro Received on Wed Jun 24 1998 - 04:58:54 CDT

Original text of this message

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