我有一个简单的DDL脚本:
首先是DROP TABLE
语句,然后是CREATE
,然后是INSERT
。它一直有效但突然间我在运行脚本时收到此错误消息:
错误报告 -
SQL Error: ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
00054. 00000 - "resource busy and acquire with NOWAIT specified"
*Cause: Resource interested is busy.
*Action: Retry if necessary.
我该如何解决这个问题?