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

  

相关文章: