library cache lock p1
Can anyone tell me how to find which object was locked via waits "library cache lock" in the past?
If waits were in the morning, and after several hours I want to diagnose these waits, I have ASH report and p1p2p3 values in it.
I tried to execute:
SELECT kglnaown "Owner", kglnaobj "Object" FROM x$kglob WHERE kglhdadr='c0000011fb722038'
but it gave me nothing.
Is there way to find locked object after some time past?
Thanks.