We have RAC with 2 nodes with Active/Active configuration. The application reads flat files which is located in one node (/u001/app/oracle/myfiles), but due to load balancing when user connects to other node and try to read from flat file, he is getting error as File not found because the file is on node1.


How to solve this issue? The OS is Solaris.