Dynamic Performance Tables not accessible,Automatic Statistics...

From: http://igogo007.iteye.com/blog/443609


使用的PLSQL Developer 工具在对oracle 10g插入数据或查询数据的时候都会报以下错误:

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   Developer  的自动统计功能。

解决方法如下:

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



你可能感兴趣的:(Dynamic Performance Tables not accessible,Automatic Statistics...)