Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: UTL_FILE
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');
Received on Tue Feb 15 2005 - 09:03:58 CST