오라클에서 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에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1530 |
1111111
|
18년 전 | 1967 | |
| 1529 |
행복속네잎크로버
|
18년 전 | 3466 | |
| 1528 |
행복속네잎크로버
|
18년 전 | 1849 | |
| 1527 |
1111111
|
18년 전 | 7648 | |
| 1526 |
1111111
|
18년 전 | 3286 | |
| 1525 |
행복속네잎크로버
|
18년 전 | 1270 | |
| 1524 |
행복속네잎크로버
|
18년 전 | 2305 | |
| 1523 |
행복속네잎크로버
|
18년 전 | 3509 | |
| 1522 |
행복속네잎크로버
|
18년 전 | 2365 | |
| 1521 |
행복속네잎크로버
|
18년 전 | 2140 | |
| 1520 |
행복속네잎크로버
|
18년 전 | 2763 | |
| 1519 |
행복속네잎크로버
|
18년 전 | 3721 | |
| 1518 |
행복속네잎크로버
|
18년 전 | 3486 | |
| 1517 |
행복속네잎크로버
|
18년 전 | 2570 | |
| 1516 |
행복속네잎크로버
|
18년 전 | 1919 | |
| 1515 |
행복속네잎크로버
|
18년 전 | 1940 | |
| 1514 |
행복속네잎크로버
|
18년 전 | 2512 | |
| 1513 |
행복속네잎크로버
|
18년 전 | 1988 | |
| 1512 | 18년 전 | 2879 | ||
| 1511 | 18년 전 | 1665 | ||
| 1510 | 18년 전 | 2208 | ||
| 1509 | 18년 전 | 1686 | ||
| 1508 | 18년 전 | 2139 | ||
| 1507 | 18년 전 | 2363 | ||
| 1506 | 18년 전 | 2296 | ||
| 1505 | 18년 전 | 2247 | ||
| 1504 | 18년 전 | 2177 | ||
| 1503 | 18년 전 | 3487 | ||
| 1502 | 18년 전 | 1670 | ||
| 1501 | 18년 전 | 3441 | ||
| 1500 | 18년 전 | 2029 | ||
| 1499 | 18년 전 | 5294 | ||
| 1498 | 18년 전 | 2157 | ||
| 1497 |
hsp1980
|
18년 전 | 2344 | |
| 1496 |
hsp1980
|
18년 전 | 1730 | |
| 1495 |
hsp1980
|
18년 전 | 2133 | |
| 1494 |
hsp1980
|
18년 전 | 3649 | |
| 1493 | 18년 전 | 1504 | ||
| 1492 | 18년 전 | 1747 | ||
| 1491 | 18년 전 | 4322 | ||
| 1490 | 18년 전 | 3707 | ||
| 1489 | 18년 전 | 3266 | ||
| 1488 | 18년 전 | 3369 | ||
| 1487 |
mixdesign
|
18년 전 | 3869 | |
| 1486 |
mixdesign
|
18년 전 | 4327 | |
| 1485 | 18년 전 | 4256 | ||
| 1484 | 18년 전 | 2702 | ||
| 1483 |
hsp1980
|
18년 전 | 2310 | |
| 1482 |
hsp1980
|
18년 전 | 3247 | |
| 1481 |
hsp1980
|
18년 전 | 3164 | |
| 1480 |
hsp1980
|
18년 전 | 3320 | |
| 1479 | 18년 전 | 3257 | ||
| 1478 |
|
18년 전 | 4926 | |
| 1477 |
|
18년 전 | 5216 | |
| 1476 | 18년 전 | 3409 | ||
| 1475 |
mixdesign
|
18년 전 | 2722 | |
| 1474 |
mixdesign
|
18년 전 | 2940 | |
| 1473 |
mixdesign
|
18년 전 | 2269 | |
| 1472 |
mixdesign
|
18년 전 | 2086 | |
| 1471 |
mixdesign
|
18년 전 | 2044 | |
| 1470 |
|
18년 전 | 3075 | |
| 1469 |
mixdesign
|
18년 전 | 2355 | |
| 1468 |
mixdesign
|
18년 전 | 2380 | |
| 1467 |
mixdesign
|
18년 전 | 2061 | |
| 1466 |
mixdesign
|
18년 전 | 2426 | |
| 1465 |
mixdesign
|
18년 전 | 3157 | |
| 1464 | 18년 전 | 4087 | ||
| 1463 | 18년 전 | 3380 | ||
| 1462 |
|
18년 전 | 2000 | |
| 1461 |
|
18년 전 | 1943 | |
| 1460 | 18년 전 | 2861 | ||
| 1459 | 18년 전 | 1658 | ||
| 1458 |
|
18년 전 | 2006 | |
| 1457 |
mixdesign
|
18년 전 | 2302 | |
| 1456 |
mixdesign
|
18년 전 | 2168 | |
| 1455 | 18년 전 | 2279 | ||
| 1454 | 18년 전 | 4044 | ||
| 1453 | 18년 전 | 1782 | ||
| 1452 | 18년 전 | 4402 | ||
| 1451 | 18년 전 | 2936 | ||
| 1450 | 18년 전 | 2222 | ||
| 1449 | 18년 전 | 3267 | ||
| 1448 | 18년 전 | 2902 | ||
| 1447 | 18년 전 | 2828 | ||
| 1446 | 18년 전 | 5638 | ||
| 1445 | 18년 전 | 2302 | ||
| 1444 | 18년 전 | 3412 | ||
| 1443 |
|
18년 전 | 3333 | |
| 1442 | 18년 전 | 3718 | ||
| 1441 | 18년 전 | 3270 | ||
| 1440 | 18년 전 | 2449 | ||
| 1439 | 18년 전 | 2092 | ||
| 1438 | 18년 전 | 2546 | ||
| 1437 | 18년 전 | 6116 | ||
| 1436 | 18년 전 | 2737 | ||
| 1435 | 18년 전 | 4548 | ||
| 1434 | 18년 전 | 2049 | ||
| 1433 | 18년 전 | 10043 | ||
| 1432 | 18년 전 | 2488 | ||
| 1431 |
Psychedelico
|
18년 전 | 1549 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기