Oracle UTL_FILE Utility Alternative Solution
We have an application where we have Batch Processes and Database coexist in one server.
We are planning to separate Batch processes and Database to be on two separate physical servers.Since UTL_FILE writes to DB server, the generated files may not be accessible by the application batch code.We are asked not to use NFS between servers. Can you let me know if there is any other way of replacing UTL_FILE to create files.
0