91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

列出對象鎖(lock)信息及其被殺的會話(sid,serial#)信息

發布時間:2020-07-10 22:23:31 來源:網絡 閱讀:588 作者:Evils798 欄目:關系型數據庫
check_lock.sql腳本 

列出對象鎖(lock)信息及其被殺的會話(sid,serial#)信息

set linesize 132 pagesize 66 
break on Kill on username on terminal 
column Kill heading 'Kill String' format a13 
column res heading 'Resource Type' format 999 
column id1 format 9999990 
column id2 format 9999990 
column lmode heading 'Lock Held' format a20 
column request heading 'Lock Requested' format a20 
column serial# format 99999 
column username  format a10  heading "Username" 
column terminal heading Term format a6 
column tab format a35 heading "Table Name" 
column owner format a9 
column Address format a18 
column ctime heading "Seconds"
select	nvl(S.USERNAME,'Internal') username, 
	nvl(S.TERMINAL,'None') terminal, 
	L.SID||','||S.SERIAL# Kill, 
	U1.NAME||'.'||substr(T1.NAME,1,20) tab, 
	decode(L.LMODE,1,'No Lock', 
		2,'Row Share', 
		3,'Row Exclusive', 
		4,'Share', 
		5,'Share Row Exclusive', 
		6,'Exclusive',null) lmode, 
	decode(L.REQUEST,1,'No Lock', 
		2,'Row Share', 
		3,'Row Exclusive', 
		4,'Share', 
		5,'Share Row Exclusive', 
		6,'Exclusive',null) request,
        l.ctime
from	V$LOCK L,  
	V$SESSION S, 
	SYS.USER$ U1, 
	SYS.OBJ$ T1 
where	L.SID = S.SID  
and	T1.OBJ# = decode(L.ID2,0,L.ID1,L.ID2)  
and	U1.USER# = T1.OWNER# 
and	S.TYPE != 'BACKGROUND' 
order by 1,2,5 
/ 

會話1:

以scott用戶登錄創建一個表t1

[root@Oel_10G ~]# su - oracle
[oracle@Oel_10G ~]$ sqlplus scott/oracle

SQL> create table t1 (i int);            

Table created.

SQL> insert into t1 values(1);

1 row created.

SQL> commit;

Commit complete.

在會話1中給t1加一個鎖

SQL> select * from  t1 for update;

         I
----------
         1



會話 2:

在會話2中更新t1表的一行, 由于t1表中有Row Exclusive鎖,此時會話2獲取不到鎖暫時為掛起狀態

[root@Oel_10G ~]# su - oracle
[oracle@Oel_10G ~]$ sqlplus scott/oracle
SQL> update t1 set i=3 where i=1;


會話 3:

在會話3中更新t1表的一行, 由于t1表中有Row Exclusive鎖,此時會話3獲取不到鎖暫時為掛起狀態

[root@Oel_10G ~]# su - oracle
[oracle@Oel_10G ~]$ sqlplus scott/oracle
SQL> update   t1 set i=5 where i=1;


會話 4:

新開一個會話,以sys登陸,執行lock_check.sql查看相關對象鎖信息

[root@Oel_10G ~]# su - oracle
[oracle@Oel_10G ~]$ sqlplus / as  sysdba

SQL>@check_lock.sql

Username   Term   Kill String   Table Name                          Lock Held            Lock Requested          Seconds
---------- ------ ------------- ----------------------------------- -------------------- -------------------- ----------
SCOTT      pts/1  525,891       PUBLIC.V$SQLAREA_PLAN_HASH          Exclusive                                        108
                                SCOTT.T1                            Row Exclusive                                    108
SCOTT      pts/2  544,8727      SCOTT.T1                            Row Exclusive                                     72
                                PUBLIC.V$SQLAREA_PLAN_HASH                               Exclusive                    72
SCOTT      pts/3  522,5542      SCOTT.T1                            Row Exclusive                                      6
                                PUBLIC.V$SQLAREA_PLAN_HASH                               Exclusive                     6

6 rows selected.

執行腳本后,結果列出表t1相關對象及鎖信息,會話1持有t1的行獨占鎖,會話2與會話3都在請求Exclusive鎖


現在我們kill掉scott用戶下sid,serial#為(522,5542)的會話

SQL> alter system kill session '522,5542';

System altered



在會話3中可以看到(sid,serial#)(522,5542)被殺掉

SQL> update   t1 set i=5 where i=1;
update   t1 set i=5 where i=1
         *
ERROR at line 1:
ORA-00028: your session has been killed


在會話4中繼續執行check_lock.sql

SQL>@check_lock.sql

Username   Term   Kill String   Table Name                          Lock Held            Lock Requested          Seconds
---------- ------ ------------- ----------------------------------- -------------------- -------------------- ----------
SCOTT      pts/1  525,891       PUBLIC.V$SQLAREA_PLAN_HASH          Exclusive                                        388
                                SCOTT.T1                            Row Exclusive                                    388
SCOTT      pts/2  544,8727      SCOTT.T1                            Row Exclusive                                    352
                                PUBLIC.V$SQLAREA_PLAN_HASH                               Exclusive                   352


此時,會話3已被***


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

绥棱县| 米易县| 垣曲县| 闵行区| 郁南县| 伊宁县| 鄯善县| 佛坪县| 正定县| 维西| 金堂县| 株洲市| 松阳县| 溧水县| 舒城县| 腾冲县| 望都县| 虹口区| 冷水江市| 潞城市| 中卫市| 库车县| 新营市| 淳化县| 太原市| 密云县| 突泉县| 福贡县| 繁昌县| 资兴市| 怀化市| 天全县| 万州区| 延津县| 湟源县| 扎囊县| 水城县| 绿春县| 嘉荫县| 怀仁县| 巴塘县|