database - How to get the commands and table that deadlocked in Oracle? -


i want deadlocked tables/column, , commands locked table/column. has way?

the oracle view v$lock contains details of locks @ time.

the id1 value map dba_objects.object_id.

you need granted select on these views if not have dba access.

more details here , here


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -