Dynamic Performance Tables not accessible 问题解决
生活随笔
收集整理的這篇文章主要介紹了
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用戶所擁有的數據字典表
總結
以上是生活随笔為你收集整理的Dynamic Performance Tables not accessible 问题解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 查看linux是不是64位的命令
- 下一篇: Oracle SQL性能优化技巧大总结