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 ...
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| 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 |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT -4. The time now is 06:50 PM.




Linear Mode