E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
00054
oracle之报错:ORA-
00054
: 资源正忙,要求指定 NOWAIT
原文出处:http://www.cnblogs.com/Ronger/archive/2011/12/19/2293509.html oracle之报错:ORA-
00054
:资源正忙,要求指定NOWAIT
yanlf_cto
·
2014-07-03 09:01
oracle
nowait
资源
oracle之报错:ORA-
00054
: 资源正忙,要求指定 NOWAIT
SQL>droptablestudent2;droptablestudent2ORA-
00054
:资源正忙,但指定以NOWAIT方式获取资源,或者超时失效=
alongwilliam
·
2014-06-27 17:00
ora-
00054
,oracle锁表问题
当在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时, 常常会出现ora-
00054
:resource busy and acquire with nowait specified
s_xy
·
2014-06-15 19:00
锁表
ora-00054
resource busy and acquire with nowait specified
ora-
00054
:resource busy and acquire with nowait specified解决方法 当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时
ticojj
·
2014-05-29 14:00
resource
记录一则ORA-
00054
,ORA-00031解决过程
普通表改造分区表,历史数据不要这个需求很简单:pl/sql导出建表语句,依次修改成分区的建表语句,注意将索引修改成本地索引;drop原表;create新分区表.1.重建过程中遇到问题:删除某表时报错ORA-
00054
AlfredZhao
·
2014-05-27 21:00
Oracle解锁,解决“ora
00054
:资源正忙”错误
一.处理步骤:--1.获取被锁对象的session_idSELECTsession_idFROMv$locked_object; --2.通过session_id获取v$session的sid和serial#SELECTsid,serial#,username,osuserFROMv$sessionwheresid=session_id; --3.终止相关进程。ALTERSYSTEMKILLSE
deepwishly
·
2014-05-16 15:00
oracle 锁
SQL>droptablestudent2;droptablestudent2ORA-
00054
:资源正忙,但指定以NOWAIT方式获取资源,或者超时失效===
shufang191212
·
2014-05-15 15:38
oracle
锁
ORA-
00054
资源锁定的解决方法
ORA-
00054
: resource busy and acquire with NOWAIT specified 说明请求的资源正被其他事务锁定 出现这种问题后查V$LOCKED_OBJECT
krs
·
2014-04-18 18:00
oracle
ora-00054
ora-
00054
:resource busy and acquire with nowait specified解决方法
当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时,常常会出现ora-
00054
bijian1013
·
2014-03-29 16:00
oracle
数据库
kill
nowait
ora-
00054
:resource busy and acquire with nowait specified解决方法
当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时,常常会出现ora-
00054
bijian1013
·
2014-03-29 16:00
oracle
数据库
kill
nowait
ora-
00054
:resource busy and acquire with nowait specified解决方法
以下转自:http://www.cnblogs.com/chuanzifan/archive/2012/05/26/2519695.html作者:Fender->4702->PlaYora-
00054
:
bfc99
·
2014-03-19 14:14
nowait
with
resource
specified
and
ora-00054
busy
acquire
Oracle数据库锁问题
Oracle ORA-
00054
报错:资源正忙,但制定以NOWAIT 方式获取资源,或者超时失效。
yangtaohong
·
2014-03-03 10:00
oracle数据库
oracle之报错:ORA-
00054
: 资源正忙,要求指定 NOWAIT
ORA-
00054
的解决方法(2010-09-2115:31:29)转载▼ 分类:OracleTroubleShooting系统有一个不用的索引,想删除这个索引,SQL>dropindexGPSTIME_GLOBAL_INDEX
haiross
·
2014-02-24 16:00
ORA-
00054
处理
ORA-
00054
: resource busy and acquire with NOWAIT specified or timeout expired 参考网址:http://blog.csdn.net
GhostWolf
·
2014-02-15 12:00
oracle
Oracle中修改表名遇到“ORA-
00054
: 资源正忙, 但指定以 NOWAIT 方式获取资源, 或者超时失效”
Oracle11g中想修改表名:renameASSETPORJECTtoASSETPROJECT;结果提示:ORA-
00054
:资源正忙,但指定以NOWAIT方式获取资源,或者超时失效。
caomiao2006
·
2014-02-13 09:00
ORA-
00054
锁等待问题
报错:SQL>droptableshiyue.t;droptableshiyue.t*ERRORatline1:ORA-
00054
:resourcebusyandacquirewithNOWAITspecifiedortimeoutexpired
a3z2008
·
2014-01-24 12:51
Lock
ora-
00054
:resource busy and acquire with nowait specified解决方法
ora-
00054
:resourcebusyandacquirewithnowaitspecified解决方法当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时
wych1981
·
2014-01-16 10:00
ddl_lock_timeout 与 ORA-
00054
: resource busy and acquire with NOWAIT specified or timeout expired
FROM http://blog.csdn.net/jgmydsai/article/details/10523969[sql] viewplaincopyConnected to Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 Connected as
[email protected]
:1521/orcl SQL>
xiaoxing1521025
·
2013-12-30 17:00
Oracle中出现Ora-
00054
该怎么处理,V$locked_object和V$session的用法
1.ORACLE里锁有以下几种模式: 0:none 1:null 空 2:Row-S 行共享(RS):共享表锁,sub share 3:Row-X 行独占(RX):用于行的修改,sub exclusive 4:Share 共享锁(S):阻止其他DML操作,share 5:S/Row-X 共享行独占(SRX):阻止其他事务操作,share/sub exclusive 6:exclusive 独
xiaoshao
·
2013-12-23 17:00
session
ora
00054
资源正忙
oracle之报错:ORA-
00054
:资源正忙,要求指定NOWAIT问题如下:SQL>connscott/tiger@vm_databaseConnectedtoOracleDatabase11gEnterpriseEditionRelease11.1.0.6.0Connectedasscott
yangzongzhuan
·
2013-12-13 12:00
ORA-
00054
:资源正忙,但指定以nowait方式获取资源 解决方法
ORA-
00054
:资源正忙,但指定以nowait方式获取资源解决方法1.查找出已被锁定的数据库表及相关的sid、serial#及spidselectobject_nameas对象名称,s.sid,s.serial
dyhgszbt
·
2013-12-10 23:57
资源
System
process
数据库表
ORA-
00054
:资源正忙,但指定以nowait方式获取资源 解决方法
ORA-
00054
:资源正忙,但指定以nowait方式获取资源解决方法1.查找出已被锁定的数据库表及相关的sid、serial#及spidselectobject_nameas对象名称,s.sid,s.serial
dyhgszbt
·
2013-12-10 23:57
system
数据库表
资源
resource busy and acquire with nowait specified解决方法
在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时,或者是增加修改列字段时,常常会出现ora-
00054
:resourcebusyandacquirewithnowaitspecified
u011098115
·
2013-11-25 14:00
ddl_lock_timeout 与 ORA-
00054
: resource busy and acquire with NOWAIT specified or timeout expired
ConnectedtoOracleDatabase11gEnterpriseEditionRelease11.2.0.1.0
[email protected]
:1521/orcl SQL> SQL>INSERTINTOTESTSELECT1FROMdualWHERENOTEXISTS(SELECT*FROMTEST); 1rowinserted SQL>COMMIT;
jgmydsai
·
2013-08-29 15:00
ora-
00054
表被lock导致资源忙等待不能操作案例
OracleDatabase10gEnterpriseEditionRelease10.2.0.5.0-64bi操作系统平台:HP-UX告警日志:more alert_mdsoss.log2.定位问题报错现象:ORA-
00054
Oracle小混子
·
2013-08-26 17:06
ora-00054
ora-00054表被lock
"ORA-
00054
: 资源正忙, 但指定以 NOWAIT 方式获取资源"的解决方法
对表做DDL操作,报ORA-
00054
的错误中文:ORA-
00054
:资源正忙,但指定以NOWAIT方式获取资源英文:ORA-
00054
:resourcebusyandacquirewithNOWAITspecifiedCause
pan_tian
·
2013-08-13 11:00
配置管理小报101021:给ubuntu加监控
.***.cn/sympa/arc/scm-dept/2010-07/msg
00054
.html2.
tadcat
·
2013-08-03 13:00
ORA-
00054
一、ORA-
00054
重建索引的时候报ORA-
00054
错误,此错误在Oracle10GErrorMessages是如下描述的:ORA-
00054
:resourcebusyandacquirewithNOWAITspecifiedCause
li_dongliang
·
2013-07-25 09:00
oracle
ora-
00054
:resource busy
当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时,常常会出现ora-
00054
:resource busy and acquire with nowait specified
黑鸟酱
·
2013-07-24 16:00
resource
select for update nowait 与 select for update
如果当前请求的资源被其他会话锁定时,会发生阻塞,nowait可以避免这一阻塞,因为 Ifanotheruserisintheprocessofmodifyingthatrow,wewillgetanORA‐
00054
cnsytem
·
2013-07-16 10:00
ORA-
00054
的解决方法
系统有一个不用的索引,想删除这个索引, SQL> drop index GPSTIME_GLOBAL_INDEXdrop index GPSTIME_GLOBAL_INDEXORA-
00054
:
2594082lhj
·
2013-07-12 11:00
ora
Oracle数据库的锁(ora-
00054
错误参考资料)
Oracle数据库的锁 数据库是一个多用户使用的共享资源。当多个用户并发地存取数据时,在数据库中就会产生多个事务同时存取同一数据的情况。若对并发操作不加控制就可能会读取和存储不正确的数据,破坏数据库的一致性。 加锁是实现数据库并发控制的一个非常重要的技术。当事务在对某个数
andyniu
·
2013-07-10 14:00
oracle数据库
数据库行 锁(2)
一、行级锁: (下面这句将给该表的所有行都加上锁) select*frompersonforupdate; 如果该行记录已经被锁定,就不用等待,系统会直接抛错ora-
00054
select
cnsytem
·
2013-07-09 09:00
Oracle中修改表名遇到“ORA-
00054
: 资源正忙, 但指定以 NOWAIT 方式获取资源, 或者超时失效”
Oracle11g中想修改表名:renameASSETPORJECTtoASSETPROJECT;结果提示:ORA-
00054
:资源正忙,但指定以NOWAIT方式获取资源,或者超时失效。
邀月
·
2013-06-27 15:00
Oracle中修改表名遇到“ORA-
00054
: 资源正忙, 但指定以 NOWAIT 方式获取资源, 或者超时失效”
Oracle 11g中想修改表名: rename ASSETPORJECT to ASSETPROJECT; 结果提示:ORA-
00054
: 资源正忙, 但指定以 NOWAIT 方式获取资源,
·
2013-06-27 15:00
oracle
ORA-
00054
: resource busy and acquire with NOWAIT specified or timeout expired
SELECTt2.username,t2.sid,t2.serial#,t2.logon_timeFROMv$locked_objectt1,v$sessiont2WHEREt1.session_id=t2.sidORDERBYt2.logon_time;SELECTsql_textFROMv$sessiona,v$sqltext_with_newlinesbWHEREDECODE(a.sql_h
oracle_baidu
·
2013-06-21 10:07
ORA-00054
Oracle
Troubleshooting
【oracle案例】ORA-
00054
ORA-
00054
:resourcebusyandacquirewithNOWAITspecifiedortimeoutexpired 情况: 给表添加索引时,报ORA-
00054
错误,原因是表正在被查询
jsCPB
·
2013-06-14 17:00
ORA-
00054
资源正忙,要求指定nowait
阅读更多selectsession_idfromv$locked_object;--136141145146selectsid,serial#,username,osuserfromv$sessionwheresidin(136,141,145,146);113619TJYL_HS_SSTAdministrator2141398TJYL_HS_SSTdaemon31452529TJYL_HS_SS
lysj102289
·
2013-03-29 13:00
Oracle
ORA-
00054
资源正忙,要求指定nowait
select session_id from v$locked_object; --136 141 145 146 select sid ,serial#, username, osuser from v$session where sid in (136,141,145,146); 1 136 19 TJYL_HS_SST Administrator 2 141
lysj102289
·
2013-03-29 13:00
oracle
oracle错误ORA-
00054
: resource busy and acquire with NOWAIT
Oracle杀死锁进程 先查看哪些表被锁住了: 1、获得sid select b.owner, b.object_name, a.session_id, a.locked_mo
wanglu132
·
2013-03-15 11:00
resource
oracle ORA-
00054
:资源正忙和ORA-00060:检测到死锁的解决办法
一、"ORA-
00054
: 资源正忙, 但指定以 NOWAIT 方式获取资源, 或者超时失效"的快速解决方法:原因之一:在进行数据修改时somehow数据库lock住了。
luck901229
·
2013-03-12 19:00
oracle锁表问题处理
转自:http://hi.baidu.com/fynaa/item/c2978952d8d542dfd48bacf6"ORA-
00054
:资源正忙,但指定以NOWAIT方式获取资源,或者超时失效"的快速解决方法今天在导一个临时表的数据
jimmy9495
·
2013-01-04 11:00
oracle
sql
ora-
00054
:resource busy and acquire with nowait specified解决方法
www.cnblogs.com/chuanzifan/archive/2012/05/26/2519695.html当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时,常常会出现ora-
00054
shendixiong
·
2012-12-26 16:00
oracle
ora-
00054
:resource busy and acquire with nowait specified解决方法
chuanzifan/archive/2012/05/26/2519695.html 当某个数据库用户在数据库中插入、更新、删除一个表的数据,或者增加一个表的主键时或者表的索引时,常常会出现ora-
00054
shendixiong
·
2012-12-26 16:00
oracle
ORA-
00054
: 资源正忙, 但指定以 NOWAIT 方式获取资源, 或者超时失效"的快速解决方法
解决方法如下: ========================================================= SQL> select session_id from v$locked_object; SESSION_ID---------- 56 SQL> SELECT sid, se
fireye83
·
2012-11-30 10:00
wait
Oracle LOCK内部机制及最佳实践系列(一)分别模拟insert|update|delete造成阻塞及说明
引言:Oracle锁在我一开始接触的时候会有一种高深莫测的感觉,就像是遥远的外星人看不见摸不着但是能感觉到,我在实际的工作中就遇到过ORA-
00054
:resourcebusyacquirewithnowaitspecified
leonarding1
·
2012-11-28 23:56
oracle
阻塞
死锁
排它锁
事务锁
ORA-
00054
: resource busy and acquire with NOWAIT specified
本地有错误如下:SQL>select*from sssforupdatenowait; select*fromsssforupdatenowait ORA-
00054
:resourcebusyandacquirewithNOWAITspecified
edwzhang
·
2012-11-27 15:00
oracle常用命令
如何解决ORA-
00054
资源正忙,要求指定NOWAIT?
sixi_yanyan
·
2012-11-07 23:53
System
process
数据库表
v
的
oracle之报错:ORA-
00054
: 资源正忙,要求指定 NOWAIT
oracle之报错:ORA-
00054
:资源正忙,要求指定NOWAIT问题如下:SQL>connscott/tiger@vm_databaseConnectedtoOracleDatabase11gEnterpriseEditionRelease11.1.0.6.0Connectedasscott
quanshuiwuxiang
·
2012-11-05 21:00
解决oracle数据库 ora-
00054
:resource busy and acquire with NOWAIT specified 错误
解决oracle数据库 ora-
00054
:resource busy and acquire with NOWAIT specified 错误 本人在使用pl/sql developer 客户端调用存储过程进行操作时发现中途卡机然后强制终止
baso4233
·
2012-11-02 11:00
oracle
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他