ORA-00942 table or view does not exist
440932Apr 22 2005 — edited Apr 27 2005Hi,
I have recently developed a webapplication that uses JSP and oracle 10g. The application has been moved to a server . When I am trying to access some tables I am getting ORA-00942 table or view does not exist error but for other tables its working fine. I have used the same JSP pages that I used on my workstation. The wierd thing is that it is working fine on my workstation, but is giving this error on the server. The tables have been created under SYSMAN schema and is queried by SYSMAN. I am not able to figure out what could possibly go wrong. Please help me out.
Bhargav