2026-03-12 20:23:15

This commit is contained in:
root
2026-03-12 21:23:47 +01:00
parent eab4b36eca
commit 93039b8489
3332 changed files with 699614 additions and 0 deletions

15
tpt/lrc2.sql Normal file
View 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