ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Why am I getting this database error when I update a table? ERROR at line 1: ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired 回答1: Your table is already locked by some query. Like you have executed "select for update" and has yet not committed/rollback and again fired select query. Do a commit/rollback before executing your query. 回答2: from here ORA-00054: resource busy and acquire with NOWAIT specified You can also look up the sql,username,machine,port information and get to the actual process which holds the