dynamic performance tables not accessible,
automatic statistics disabled for this session
you can disable statistics in the preference menu,or obtain select
priviliges on the V$session,v$sesstat and v$statname tables
可是已經(jīng)把系統(tǒng)權(quán)限 select any table 給這個用戶了
解決方法如下:
grant SELECT ANY DICTIONARY to username;
因為v$開頭的屬于數(shù)據(jù)字典,通常稱為動態(tài)性能視圖。