Enterprise Edition
Customer Service

Brother-Eagle Community

  • Visit/Join Now!
  • Get tips from other users!
  • Share your own tips, advice, and metric formulas!

DBI Products

Brother-Eagle™ Oracle Performance
Advice: Locks

Locks commonly occur in an Oracle database; most of them are part of normal processing. The locks detected by this parameter are those that have remained in a lock state for at least a half second. Any locks that show up are an immediate cause for further analysis.

While the V$LOCKED_OBJECT view can provide quick information regarding the lock, many times more information is needed. Querying V$LOCK and V$SESSION will provide information about who's locking whom.

For Brother-Eagle's stock ticker display, the following query is executed:
SELECT count(*) from v$locked_object


View full list of Oracle advice topics