ORA-02030: Not able to give select grant on views
grant select on v$session to user;
grant select on v$session to user
*
ERROR at line 1:
ORA-02030: can only select from fixed tables/views
grant select on v_$session to user;
grant select on v$session to user;
grant select on v$session to user
*
ERROR at line 1:
ORA-02030: can only select from fixed tables/views
grant select on v_$session to user;
Comments
Post a Comment