Database Administration (MOSC)

MOSC Banner

ORA-01031: insufficient privileges

edited Aug 7, 2013 3:15AM in Database Administration (MOSC) 6 commentsAnswered
able to describe but unable to select TEST_STRUCTURE
SQL>conn test/test
connected

SQL> select * from tab;

TNAME                          TABTYPE  CLUSTERID
------------------------------ ------- ----------
TEST_STRUCTURE              SYNONYM

SQL>desc TEST_STRUCTURE   <--- this works

SQL> select * from TEST_STRUCTURE          <-- this doesnt work

SQL> select * from TEST_STRUCTURE  
select * from TEST_STRUCTURE  
             *
ERROR at line 1:
ORA-01031: insufficient privileges


please advice

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center