【 使用环境 】 测试环境
【 OB or 其他组件 】
【 使用版本 】
【问题描述】清晰明确描述问题
新建的表 更新/删除是报
delete from t_memb_info_tmp where mi_pers_id = ‘321281198809078434’ ;
update t_memb_info_tmp set mi_note = ‘1’ where ROWID = ‘gAADDUMAAAAABg==’ ;
出现报错
ACCFUND
提交回滚
ACCFUND
1
2
delete from t_memb_info_tmp where mi_pers_id = ‘321281198809078434’ ;
update t_memb_info_tmp set mi_note = ‘1’ where ROWID = ‘gAADDUMAAAAABg==’ ;
执行记录
日志
状态 时间 SQL 语句 结果 TRACE ID DB 耗时
10:33:59 | update t_memb_info_tmp set mi_note = ‘1’ where ROWID = ‘gAADDUMAAAAABg==’ | ErrorCode = 30006, SQLState = HY000, Details = OBE-30006: resource busy; acquire with WAIT timeout expired | YB420A662CB4-00062F8BC1763B58-0-0 | 8.97 ms |
- 1
ErrorCode = 30006, SQLState = HY000, Details = OBE-30006: resource busy; acquire with WAIT timeout expired