Guest_imported
New member
- Jan 1, 1970
- 0
I have servlets based application which logic is build on pl/sql procedures. All tables and procedures are instaled into one schema. I can use my java servlet application with owner of pl/sql procedures and tables. I created user with create session, create synonym and execute procedures privilages. After what I created synonyms on all procedures. After all I can not use my web application with this user. Servlet error occurs with message :table or view does not exist. That is very strange because from SQL Plus I can execute every procedure.