PL/SQL跳出的错误
我在PL/SQL里面点击“表”,在右键选择“QUERY”
跳出如下错误:
ERROR
Dynamic Performance Tables not accessible,
Automatic Statistics disabled fro this session
You can disable statistics in the preference menu,or obtain select
priviliges on the v$sesstat and v$statname tables
这是什么错误?
应该没有影响吧,这里应该是一些statistics的信息,你当前用户无法查看而已。 你的当前用户都有什么权限呀。
后面的操作倒是可以的(虽然我不知道以后会不会有隐患)
但是这个表是由我这个账号自己建的啊
应该有所有权限啊
相关问答:
小弟是个新手 现在有个问题一直不能解决
例如
procedure produce_proc
@p001 nvarchar(8000),
@p002 nvarchar(8000),
@p003 nvarchar(8000),
& ......
sql2005
select *from v_ddxx where d_sfsc='0' and (g_ssbm='1001' or g_ssbm='1002') and (xxf>0 and xxfwzf <>0 ),执行速度慢的要死,但是如果把(xxf>0 and ......
大家帮忙看看这2个sql语句哪个查询的速度更快点。谢谢帮忙。比较着急。在做性能测试。
select * from
表A LEFT OUTER JOIN 表B ON (表A.id || ' ' =表B.id) ,表C , 表D, 表E
Where其他条件
select * ......
环境:1.win2003server+oracle9i
2.oracle9i字符集为AMERICAN_AMERICA.WE8ISO8859P1
3.oracle sql developer版本 1.5.5
现象描述: 1.在sql developer 中查询oracle中的某个表,中文全部显示为乱码。
......
表 A
sup_code // 在库
part_id // 型号
buy_sup_id &nbs ......