会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
辉bird
博客园
首页
新随笔
联系
订阅
管理
2016年5月27日
Record is locked by another user --Oracle行锁解锁
摘要: Oracle修改表中记录时出现record is locked by another user的问题 在操作表时没有commit,导致表被锁,只要执行下面两行语句,就可以了将行锁解锁了。Select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2where t1.session_id...
阅读全文
posted @ 2016-05-27 15:33 辉bird
阅读(340)
评论(0)
推荐(0)
编辑
公告