摘要: Finally, with Oracle 11g comes a solution to the dreaded "ORA-00054: resource busy and acquire with NOWAIT specified" message. It's now possible to sp 阅读全文
posted @ 2017-10-17 18:51 田园沃土 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时,常常会出现ora-00054:resource busy and acquire with nowait specified这样的错误。 主要是因为有事务正在执行(或者事务已经被锁),所有导致执行不成功。 阅读全文
posted @ 2017-10-17 18:46 田园沃土 阅读(219) 评论(0) 推荐(0) 编辑