Joseph Kurian

Joseph Kurian

  • NA
  • 10
  • 549

how to find a record lock in a table

Sep 6 2023 2:16 PM

In a database file sometimes the table record is locked. A typical program will control this lock and unlock and manage it. But sometimes due to system crash or someother malfunction a lock may not be removed by the program and the system will prevent other users from using that record which is locked by the crashed system. How to find which user locked a table record? Is there anyway to find which user placed a lock on a table record?

 


Answers (2)