DB Lock & Current 트랜잭션
Tibero DB Lock과 트랜잭션에 대하여 설명합니다.
Current 세션 수
Single DB
SELECT to_char(sysdate, 'yyyy/mm/dd hh24:mi:ss') "Time",
"Working Process Memory",
a.tots "Total Session" ,
b.run "Running Session"
FROM (SELECT SUM(pga_used_mem) "Working Process Memory",
COUNT(*) tots
FROM v$session) a,
(SELECT COUNT(*) run
FROM v$session
WHERE status='RUNNING') b;TAC DB
Current 트랜잭션
Single DB
TAC DB
Current SQL 정보 (For 세션)
Single DB
TAC DB
WLOCK 정보 (For 세션)
Single DB
TAC DB
WLOCK Holder & Waiter 정보
Single DB
Last updated

