Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Privileges granted but not working

user5455879Jul 18 2013 — edited Jul 19 2013

Hello:

I am trying to find if anyone here has seen this behavior before. (We are using SQL Developer to connect to the DB. We do not have DBA access.)

A user has been granted "CREATE PROCEDURE", "CREATE ANY PROCEDURE", "CREATE TABLE", "CREATE ANY INDEX" privileges.

This is also confirmed by using "select * from user_sys_privs" and "select * from session_privs"

The issue is that User is unable to create/debug any stored procedure, table or index.

When trying to create a new procedure/table/index, the error is "ORA-00942: table or view does not exist"

When trying to compile an exiting stored procedure, the error is "An error occurred while opening sqldev.nav:IdeConnections%.."

Has anyone encountered this issue and if so, could you please guide on what was the cause?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2013
Added on Jul 18 2013
11 comments
4,206 views