我正在尝试在IBExpert上运行以下查询
delete from mytable where EMPID = 55 and ROLEID = 445
我收到错误:
update conflicts with concurrent updates.
Concurrent transaction number is 292071.
如何知道哪些查询在获取锁定的幕后运行? IBExpert有什么方法可以知道吗?
答案 0 :(得分:1)
在其中一条记录上似乎存在另一个与活动且未提交更新或删除的连接。
您可以搜索IBExpert负责人:服务|数据库监控。