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;
根据提示,用sys身份给scott用户授权 grant select on V_$session to scott; grant select on V_$sesstat to scott; grant select on V_$statname to scott;