某个应用正在锁定该表或者包表为select
b.SID,b.SERIAL#,c.SQL_TEXTfrom v$locked_object a, v$session b, v$sqlarea cwhere
a.SESSION_ID = b.SIDand b.SQL_ADDRESS = c.ADDRES...
分类:
其他好文 时间:
2014-05-09 11:06:57
阅读次数:
413
查看锁表进程SQL语句1:select sess.sid, sess.serial#,
lo.oracle_username, lo.os_user_name, ao.object_name, lo.locked_mode from
v$locked_object lo, ...
分类:
数据库 时间:
2014-05-09 00:12:45
阅读次数:
439
Version1 初步显示
--%>
${name}
version 2
自己写好
在最顶层ui 加个id=tre...
分类:
其他好文 时间:
2014-05-07 23:04:10
阅读次数:
297
.closest( selector )
Description: For
each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tre...
分类:
Web程序 时间:
2014-05-07 15:07:34
阅读次数:
380
标题:working copy locked提示:your working copy
appears to be locked. run cleanup to amend the
situation.产生这种情况大多是因为上次svn命令执行失败且被锁定了。如果cleanup没有效果的话只好手动删除锁...
分类:
其他好文 时间:
2014-05-07 10:40:33
阅读次数:
378