V$locked_object
Identify Locked Objects in Oracle Database
Sep 3, 2024 / · 16 min read · Oracle Database Administration SQL v$locked_object dba_objects v$lock v$session ·Identify Locked Objects in Oracle Database using v$locked_object, dba_objects, v$lock and v$session Purpose A developer reports that an INSERT that should finish in seconds is still running after ten minutes. No error has come back to the application, no timeout has fired, and nothing is moving. In the vast majority of …
Read More