當(dāng)前位置:
首頁 >
Dynamic Performance Tables not accessible 问题解决
發(fā)布時(shí)間:2024/4/15
54
豆豆
生活随笔
收集整理的這篇文章主要介紹了
Dynamic Performance Tables not accessible 问题解决
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
剛新建立的用戶,在添加表時(shí),出現(xiàn)以下錯(cuò)誤:
?
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
?
處理辦法:
?
?
增加權(quán)限:“select any dictionary”
?
?
?
用dba執(zhí)行下面這句或者在pl/sql中找到username,然后在edit中選擇“System privileges”tab,增加一個(gè)“select any dictionary”權(quán)限。 grant SELECT ANY DICTIONARY to username;
?
?
“select any dictionary” 說明:
?
允許查看sys用戶所擁有的數(shù)據(jù)字典表
總結(jié)
以上是生活随笔為你收集整理的Dynamic Performance Tables not accessible 问题解决的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 查看linux是不是64位的命令
- 下一篇: oracle USER 与 Schema