오라클 lock 체크 스크립트

· 2007-06-29 (금) 17:54:54 · 4802
오라클에서 lock체크 스크립트 입니다.
작업 시간이 오래걸리는 spid 찾아주는 쿼리문 입니다.
 

select /*+ ordered / distinct /* 속도를 위해 v$sql을 조인할 경우 중복되는 레코드 제거 */
           s.sid SID, s.username, s.program, p.spid "OS-Pid",w.seconds_in_wait as "W_time(Sec)",
          decode(w.wait_time,0,'Wai-ting', 'Waited') Status, w.ename event,
--              p1text || ':' || decode(event,'latch free',p1raw, to_char(p1)) ||','||
--              p2text || ':' || to_char(p2) ||','|| p3text || ':' || to_char(p3) "Additional Info",
           q.sql_text
from ( select a.*, decode(a.event,'latch free', 'latch free (' ||b.name||')',
                                         'row cache lock', 'row cache lock (' || c.parameter || ')',
                                         'enqueue', 'enqueue ('||chr(bitand(p1, -16777216)/16777215)||
                                                                             chr(bitand(p1,16711680)/65535)||':'||
                                                decode(bitand(p1,65535), 1, 'N', 2, 'SS',3,'SX',4,'S',5,'SSX',6,'X') ||')',
                              a.event ) ename
           from v$session_wait a, v$latchname b, v$rowcache c
         where a.p2 = b.latch#(+) and a.p1 = c.cache#(+) and c.type(+) = 'PARENT'
           and a.event not in ('rdbms ipc message','smon timer','pmon timer','slave wait','pipe get','null event',
                                     'SQL*Net message from client', 'SQL*Net message to client','PX Idle Wait',
                                      'PX Deq: Execution Msg', 'KXFQ: kxfqdeq - normal deqeue',
                                         'ges remote message', 'wakeup time manager', /* idle event 적절히 수정 */
                                         'lock manager wait for remote message', 'single-task message')
        ) w, v$session s, v$process p, v$sql q
where w.sid = s.sid and s.paddr = p.addr
and s.sql_hash_value = q.hash_value(+) and s.sql_address = q.address(+)
order by w.ename;
[이 게시물은 관리자님에 의해 2011-10-31 16:47:36 Oracle에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
07-07-31 조회 4,579
07-07-30 조회 4,985
07-07-30 조회 5,415
07-07-30 조회 5,357
07-07-29 조회 3,777
07-07-29 조회 3,490
07-07-29 조회 4,445
07-07-29 조회 4,291
07-07-28 조회 4,516
07-07-26 조회 4,423
07-07-25 조회 6,093
07-07-24 조회 6,338
07-07-21 조회 4,477
07-07-21 조회 3,834
07-07-21 조회 4,026
07-07-21 조회 3,348
07-07-21 조회 3,179
07-07-21 조회 3,094
07-07-20 조회 4,250
07-07-20 조회 3,403
07-07-20 조회 3,471
07-07-20 조회 3,142
07-07-20 조회 3,607
07-07-20 조회 4,273
07-07-18 조회 5,308
07-07-18 조회 4,535
07-07-16 조회 3,126
07-07-16 조회 3,055
07-07-13 조회 4,024
07-07-12 조회 2,746
07-07-09 조회 3,149
07-07-07 조회 3,384
07-07-07 조회 3,277
07-07-07 조회 3,381
07-07-06 조회 5,205
07-07-06 조회 2,915
07-07-06 조회 5,601
07-07-06 조회 4,200
07-07-06 조회 3,377
07-07-06 조회 4,412
07-07-06 조회 4,020
07-07-05 조회 3,993
07-07-05 조회 6,740
07-07-04 조회 3,371
07-07-02 조회 4,519
07-06-30 조회 4,438
07-06-29 조회 4,803
07-06-29 조회 4,355
07-06-28 조회 3,546
07-06-23 조회 3,204
07-06-21 조회 3,647
07-06-20 조회 7,327
07-06-20 조회 3,927
07-06-20 조회 5,652
07-06-19 조회 3,129
07-06-19 조회 1.1만
07-06-17 조회 3,592
07-06-16 조회 2,686
07-06-15 조회 4,090
07-06-12 조회 4,018
07-06-11 조회 3,888
07-06-11 조회 3,202
07-06-05 조회 3,550
07-06-05 조회 4,095
07-06-05 조회 4,076
07-06-05 조회 5,201
07-06-04 조회 7,234
07-05-31 조회 3,148
07-05-30 조회 3,265
07-05-29 조회 2,977
07-05-29 조회 2,705
07-05-29 조회 3,707
07-05-29 조회 2,743
07-05-29 조회 2,623
07-05-29 조회 5,843
07-05-29 조회 2,881
07-05-29 조회 2,915
07-05-29 조회 2,930
07-05-29 조회 3,042
07-05-29 조회 4,709
07-05-29 조회 2,723
07-05-29 조회 2,596
07-05-29 조회 2,408
07-05-29 조회 2,945
07-05-29 조회 2,972
07-05-28 조회 4,862
07-05-26 조회 3,098
07-05-20 조회 4,202
07-05-18 조회 5,965
07-05-18 조회 4,017
07-05-17 조회 9,142
07-05-17 조회 5,188
07-05-17 조회 3,873
07-05-16 조회 2,609
07-05-16 조회 3,740
07-05-15 조회 6,166
07-05-14 조회 6,335
07-05-13 조회 3,177
07-05-11 조회 5,492
07-05-10 조회 5,207