在scott 用户下,执行查询语句是出现“Oracle动态执行表不可访问”
经查,是因为用户权限不够所致,修改scott用户权限语句如下:
grant select on V_$session to scott;
grant select on V_$sesstat to scott;
grant select on V_$statname to scott;
用sys用户登录,执行以上sql,成功即可。
在scott 用户下,执行查询语句是出现“Oracle动态执行表不可访问”
经查,是因为用户权限不够所致,修改scott用户权限语句如下:
grant select on V_$session to scott;
grant select on V_$sesstat to scott;
grant select on V_$statname to scott;
用sys用户登录,执行以上sql,成功即可。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。