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 ; Please help me get a solution for the following error. I execute the following on my Dev environment as sys. SQL> CREATE PUBLIC SYNONYM session_users FOR v$session ; Synonym created. SQL> grant select on session_users to ecrf_user; grant succeeded. The ...


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:05 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

Please help me get a solution for the following error. I execute the following on my Dev environment as sys.

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

SQL> grant select on session_users to ecrf_user;
grant succeeded.

The same statements give an error on the Test environment.

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

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

Please help. thanks.

Rahu.
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 08:20 PM.