Dynamic Performance Tables not accessible 问题解决

刚新建立的用户,在添加表时,出现以下错误:

 

Dynamic Performance Tables not accessible,
Automatic Statistics Disabled for this session

You can disable statistics in the preference menu,or obtanin select
priviliges on the v$session,v$sesstat and v$statname tables

 

处理办法:

 

 

增加权限:“select any dictionary”

 

 

 

用dba执行下面这句或者在pl/sql中找到username,然后在edit中选择“System privileges”tab,增加一个“select any dictionary”权限。grant SELECT ANY DICTIONARY to username;

 

 

“select any dictionary” 说明:

 

允许查看sys用户所拥有的数据字典表


发布了2 篇原创文章 · 获赞 4 · 访问量 7万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章