Oracle Cannot Read files from a different Server
We have a problem reading files from a separate machine with an Oracle Stored Procedure. The scenario is two machines, an app server and a database server. There is a file on the app server that the stored procedure needs to read. The stored procedure resides on the database server. We are getting a utl_file invalid operation. Does anyone know how to resolve this ?
Jeff