Passero wrote:
Are these system tables in a system schema? If so, witch tables are you having problems with?
The table is owned by the ADM schema (it's the app owner or the superuser)....
Passero wrote:
Perhaps you can check you hibernate.cfg.xml to see if the correct user is configured.
Everything is Ok in hibernate.cfg.xml, and also we have correct access to other tables owned by ADM.
Passero wrote:
Another thing you can try, is to create a synoniem in the schema from where you're working to the system table. That should work i guess
The user "appuser1" has access to the ADM schema objects through synonyms and it has granted all the privileges needed by a ROLE asigned to each user that will access the app.
The rare thing is that we can "select" from that table when using SQL*Plus.
HELP!!!!