ORA-00054 resource busy and acquire with NOWAIT specified

来源:这里教程网 时间:2026-02-27 13:42:37 作者:

ora-00054 resource busy and acquire with nowait specified

ora-00054 resource busy and acquire with nowait specified

[日期:2012-07-03] 来源:Linux社区  作者:Linux [字体:]

ora-00054 resource busy and acquire with nowait specified:

CAUSE:

KILL掉占用资源 的进程,如果是重要事务锁定,则需等待完成。

查看锁定对象:

select * from V$LOCKED_OBJECT ;

alter system kill session '101,11';

0

ORA-00911: 无效字符

Oracle EBS里,如何通过脚本查看客户针对某个Form的做了哪些Personalization

相关推荐