issue with reading/writing to remote server
We are in process of splitting an EBS app server that was residing in the db server. The app team was using the utl_file_dir to create files on the app server. Now the utl_file_dir will not work since this is a remote server. We want to avoid using NFS mount for mounting the remote file system. This is a linux server anf the remote server is HP UX. Are there any other options such as: Are unc paths avaialble for utl_file_dir or for directory objects that we can use to get around this issue?
0