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
vg/cursor_pin_wait.sql Normal file
View File

@@ -0,0 +1,15 @@
/*
MOS Id [ID 786507.1] - How to Determine the Blocking Session for Event: 'cursor: pin S wait on X'
*/
SELECT s.inst_id
, s.sid
, to_number(substr(to_char(rawtohex(p2raw)),1,8),'XXXXXXXX') Blocking_SID
, s.username
, s.event
FROM gv$session s
WHERE event = 'cursor: pin S wait on X';