第一句子网 - 唯美句子、句子迷、好句子大全
第一句子网 > Dynamic Performance Tables not accessible 问题解决

Dynamic Performance Tables not accessible 问题解决

时间:2020-03-24 08:13:08

相关推荐

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”权限。grantSELECTANYDICTIONARYtousername;

“select any dictionary” 说明:

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

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。