I am working on two applications. My both the applications are using the same connection string, but different users. Both the users are having few common tables. I am facing problem to read data from that common tables. I am getting error message "Java Database Connectivity (JDBC) - ORA-00942: table or view does not exist"
Prashant