UTL_FILE Remote path in win NT [message #53774] |
Thu, 10 October 2002 08:57 |
Fabio
Messages: 23 Registered: October 2001
|
Junior Member |
|
|
Hi,
I wanted to know if it is possible (under NT) to
open a remote file specified with a distributed
file system pathname, using the package utl_file
e.g
- utl_file.fopen('\hostC$abc');
OR
- utl_file.fopen('G:');
where "G" is a remote drive earlier connected on the db server
I've run some tests but it doesn't seem to work.
The problem seems to be the privilege on the remote directory.
|
|
|
|
|