Re: PL/SQL: UTL_FILE - package

From: Joep Hendrix <joeph_at_altavista.com>
Date: Mon, 7 Feb 2000 21:48:54 +0100
Message-ID: <0E16861EE7BCD111BE9400805FE6841F0E366B1F_at_c1s5x001.cor.srvfarm.origin-it.com>


Hi,

If you're using Oracle Forms as the clientapplication then you could use the build in text_io package which has similar functionality as the utl_file package, but this runs on the client instead of the server.

Joep Hendrix

Philippe Evenepoel wrote in message
<87hk72$rv0$1_at_newnews1.news.nl.uu.net>...
>Hi,
>
>I am quite new to Oracle and I have the following question/problem:
>
>I created a stored procedure in wich I use the UTL_FILE - package to create
>text-files.
>This works fine as long as I create the file on the server (with Fopen() )
>My question: is it possible to create a file on the client-side ? And how ?
>I tried by giving the clients computername and a shared directory (ex:
>\\Pc_001\mydir) as the directory parameter but it doesn't work.
>We use Oracle 8i (8.1.5), TCP/IP-protocol, Win NT-server, Win95-client.
>
>Thanks in advance !
>
>Phil.
>
Received on Mon Feb 07 2000 - 21:48:54 CET

Original text of this message