I need to use Utl_File to, read/open files and write files over network to a directory which is on another machine.

Basically I have two servers A and B on which the DB resides (RAC 9i2), and one server C which has my application runnign and which connects to the two DB servers over the network.

The directory on which the read and write should happen is on the application server.

Let me know if the above can be done?