Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Handling files in PL/SQL ???
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
![]() |
![]() |