Hi,
How can I do to UTL_FILE_DIR path parameter point to path on another server (NT server) that the one in witch DB ORACLE is running (UNIX server)
thanks.
Printable View
Hi,
How can I do to UTL_FILE_DIR path parameter point to path on another server (NT server) that the one in witch DB ORACLE is running (UNIX server)
thanks.
\\systemname\directoryname
cheese
anandkl
I dont know if it is really possible , in a high secure invironments. And I dont know if it is really possible even in no secure environments..
Anandkl.... have you tested this before ???
Thanks,
Madhu
Mount the NT directory on NFS and define a virtual directory (symbolic link) on unix machine to the NT directory. Then you can define UTL_FILE_DIR as your virtual directory.
[Edited by kris109 on 03-06-2002 at 03:02 PM]