How to Check FREELIST contention in Buffer Cache
How to Check FREELIST contention in Buffer Cache
SELECT s.segment_name, s.segment_type, s.FREELISTs, w.wait_time, w.seconds_in_wait, w.state FROM dba_segments s, v$session_wait w WHERE w.event='buffer busy waits' AND w.p1=s.header_file AND w.p2=s.header_block