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),
& ......
两种错误:
1.如果我这样申明:ResultSet rs;错误提示如下:
An error occurred at line: 51 in the jsp file: /index.jsp
The local variable rs may not have been initialized
48: ......
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 ......
PB中开发的。
DateTime startTime=DateTime(em_1.Text)
DateTime endTime=DateTime(em_2.Text)
string sql
sql = dw_1.GetSQLSelect()+"Where (StartTime> '"+startTime+&q ......
小弟最近遇到一个问题,要求得出哪个班级的教师待遇最高,把同一个班级的教师待遇合计起来
班级表 教师表
班级ID & ......