动态执行表不可访问,本会话的自动统计被禁止

时间:2022-11-02 23:43:53
第一次打开表的时候会提示"动态执行表不可访问,本会话的自动统计被禁止"的错误,一消息如下: V$SESSION,V$SESSTAT,V$STATNAME没有被授权,授权如下:
@$ORACLE_HOME/sqlplus/admin/plustrce.sql
grant select on v_$statname to user;
grant select on v_$sesstat to user;
grant select on v_$session to user;
grant select on v_$mystat to user;