PLSQL Developer报“动态执行表不可访问,本会话的自动统计被禁止”的解决方案

根据提示,用sys身份给scott用户授权
grant select on V_$session to scott;
grant select on V_$sesstat to scott;
grant select on V_$statname to scott;

  

posted @ 2017-03-18 02:01  xfma  阅读(448)  评论(0编辑  收藏  举报