首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

resource busy and acquire with NOWAIT specified: TRUNCATE TABLE "USERS"

2012-07-25 
resource busy and acquire with NOWAIT specified: TRUNCATE TABLE USERSSQL select session_id from

resource busy and acquire with NOWAIT specified: TRUNCATE TABLE "USERS"

SQL> select session_id from v$locked_object;


SESSION_ID----------        43
SQL> SELECT sid, serial#, username, osuser FROM v$session where sid = 43;


       SID    SERIAL# USERNAME---------- ---------- ------------------------------OSUSER------------------------------        43       8907 SXITISMGtssx

SQL> ALTER SYSTEM KILL SESSION '43,8907';


System altered.

热点排行