Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Help: UTL_FILE package problem

Re: Help: UTL_FILE package problem

From: Just Visting <guest_at_example.com>
Date: Sun, 11 Jul 1999 16:41:06 GMT
Message-ID: <3788c88c.8908159@news>


Does the process owner has write privs for that directory? Most likely the process is being run with an owner of "oracle" and NOT with your user ID.

As a test point to a "TEMP" directory where EVERYONE has FULL privs. Does that work? IF so then more than likely you have a permissions problem.

On Sun, 11 Jul 1999 17:08:04 +0200, Graziano <g_nanetti_at_hotmail.com> wrote:

>Hi guys,
>I had a problem using the UTL_FILE package. In particular, when I try to
>open
>a file in an existing directory with the following instruction ...
>
>hFile := utl_file.fopen('e:\job\fiat\nscc', 'tabla025.txt', 'w');
>
>... I get an invalid path exception.
>What can I do?
>
>Thanks in advance ;-)
>gn
>
Received on Sun Jul 11 1999 - 11:41:06 CDT

Original text of this message

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