How to convert between p1 and p1raw in v$session_wait?
649748Jul 31 2009 — edited Aug 1 2009We have a tool about v$session_wait which only shows p1 instead of p1raw. For some wait such as latch free, I need to know the p1raw. But how to convert between p1 and p1raw?
example from v$session_wait:
p1 675562835
p1raw 28444553
I tried to use rawtohex(p1raw)=rawtohex(28444553)=3238343434353533 which has nothing to do with the real p1. Any one has any idea?
Thanks,
Daniel