Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to grant role/privilege

Mohammed Bin AsifAug 23 2011 — edited Aug 26 2011
Hello All, We have a db user who has been granted with the DBA role and when he is trying to grant certain perivileges to users he is getting the below error:

-----------------------------
GRANT select on dba_data_files to dsi_dpipe
*
ERROR at line 1:
ORA-01031: insufficient privileges
--------------------------
GRANT select on v_$session to dsi_dpipe
*
ERROR at line 1:
ORA-00942: table or view does not exist
------------------------
GRANT select on v_$session to dsi_dpipe
*
ERROR at line 1:
ORA-00942: table or view does not exist

Does he need to have any other Role/Privilege for doing the above operations. Any input from your end will be of great help
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2011
Added on Aug 23 2011
7 comments
6,250 views