This document discusses how Oracle's session wait virtual tables can be used to directly identify contention issues, reducing problem identification time. It provides details on the session wait views (v$system_event, v$session_event, v$session_wait) that show where sessions are waiting and why. This allows shifting from a traditional ratio-based analysis approach to directly seeing blocking issues. Examples are given of scripts using the views along with a case study analyzing the identified wait events.