首頁  >  文章  >  資料庫  >  Dynamic Performance Tables not accessible解决方法

Dynamic Performance Tables not accessible解决方法

WBOY
WBOY原創
2016-06-07 15:37:153575瀏覽

PLSQL问题: 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 根本原因

PLSQL问题: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

 根本原因是该用户对字典表没有权限

方法一: Tools->Preferences->Options里 把Automatic Statistics前的那个勾子去掉,保存就可以了

方法二:grant 权限 to username

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn