2026-03-12 20:23:15
This commit is contained in:
15
tpt/lrc2.sql
Normal file
15
tpt/lrc2.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
select
|
||||
la.addr laaddr,dc.kqrstcid CACHE#, dc.kqrsttxt PARAMETER,
|
||||
decode(dc.kqrsttyp, 1,'PARENT','SUBORDINATE') type,
|
||||
decode(dc.kqrsttyp, 2, kqrstsno, null) subordinate#,
|
||||
dc.kqrstgrq rcgets, dc.kqrstgmi rcmisses, dc.kqrstmrq rcmodifications,
|
||||
dc.kqrstmfl rcflushes, dc.kqrstcln,
|
||||
la.gets lagets, la.misses lamisses, la.immediate_gets laimge
|
||||
from
|
||||
x$kqrst dc
|
||||
, v$latch_children la
|
||||
where
|
||||
dc.inst_id = userenv('instance')
|
||||
and la.child# = dc.kqrstcln
|
||||
and la.name = 'row cache objects'
|
||||
and la.ADDR like '%33A1E7330'; <==== change the latch address to hex value of p1 for latch: row cache objects event
|
||||
Reference in New Issue
Block a user