dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

ORA-02030: can only select from fixed tables/views - Oracle Errors

This is a discussion on ORA-02030: can only select from fixed tables/views - Oracle Errors ; All, I create a synonym on my dev without any errors as follows. SQL> CREATE PUBLIC SYNONYM session_users FOR v$session ; Synonym created SQL> grant select on session_users to ecrf_user; grant succeeded But on Test env., I get the following ...


Home > Database Forum > Oracle Database > Oracle Errors > ORA-02030: can only select from fixed tables/views

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 09-01-2008, 03:10 AM
Database Newbie
 
Join Date: Sep 2008
Posts: 2
rahulrathod is on a distinguished road
Lightbulb ORA-02030: can only select from fixed tables/views

All,

I create a synonym on my dev without any errors as follows.

SQL> CREATE PUBLIC SYNONYM session_users FOR v$session ;
Synonym created

SQL> grant select on session_users to ecrf_user;
grant succeeded

But on Test env., I get the following errors

SQL> CREATE PUBLIC SYNONYM session_users FOR v$session ;
Synonym created

SQL> grant select on session_users to ecrf_user;
ERROR at line 1:
ORA-02030: can only select from fixed tables/views
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 06:50 PM.