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

Handling files in PL/SQL ???

From: Grialet <grialet_at_dsi.cnrs.fr>
Date: Wed, 24 Jun 1998 10:53:56 +0200
Message-ID: <3590BEA4.4857@dsi.cnrs.fr>


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 Received on Wed Jun 24 1998 - 03:53:56 CDT

Original text of this message

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