This document discusses Oracle table lock modes, including:
- There are 6 lock modes including share (S) and exclusive (X) that have multiple names like row share (RS) and row exclusive (RX).
- Locks can be acquired at the table level (TM locks) or row level (TX locks). TM locks can be in row share/exclusive modes.
- Share locks allow concurrent access while exclusive locks prevent it. Understanding these lock types helps explain Oracle's lock compatibility matrix.