Re: How to use UTL_FILE.FOPEN()
Date: Fri, 03 Mar 2000 21:44:17 GMT
Message-ID: <38C03272.A754803A_at_home.com>
Hi,
UTL_FILE is for server side only. Think you are working on the server. If you are trying to do in forms you can use text_io package.
Hakan
garych wrote:
>
> I am trying to use UIL_FILE.FOPEN(location, filename, openmode).
> It keep giving me error. The menu said that this function can be
> used for server side or client. If I just write a PL/SQL code on
> my client machine with SQL*PLUS using this function. Is
> the 'location' client side location or server side location.
> How can tell this function will server side file or client side
> file?
> My code like this:
> UTL_FILE.FOPEN('c:\\input', 'infile.txt', 'r')
>
> It give me error like 'invalid path'.
>
> Any help will be appreciated?
>
> G. Chen
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
> The fastest and easiest way to search and participate in Usenet - Free!
Received on Fri Mar 03 2000 - 22:44:17 CET
