How can I get a full list of all SQL functions being requested by a user? A developer is saying that they are issuing a commit on a transactiuon, but there is a lock that is left out there leading me to believe that the commit was not issued. I looked at SQL tracing, but that seems to add value in analyzing your SQL for performance, and does not show commit/rollback requests.