Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: UTL_FILE
Zephyr wrote:
> Thanx,
>
> this solves my problem, but I can't write in UNC notation pathes
> even if the oracle user has write access to the UNC share.
>
> I always get
>
> ORA-29283: invalid file operation
>
> Is it possible to write in UNC pathes?
>
> Thanx
> Patrick
> > 4 fHandle_ := utl_file.fopen('FOO', 'foo_test.txt', 'w');
I don't think Oracle will accept UNC \\ names or mapped drives (not confirmed). You may have to use local fixed drive. If you use Java's File IO, then it can write to UNC or mapped drives.
Regards
/Rauf
Received on Tue Feb 15 2005 - 09:20:24 CST