Need to get record lock details
Dear All
Oracle locks records for concurrency. If a record is locked we can find session id, object id etc from several queries available over different forums. My requirement is to get more accurate information like application user name (who is performing DML operations), record id, locked time etc. How can I do this in EBS environment where EBS version is 12.1.3 and database version is 11.1.0.7.0
Further we are facing several times record lock issues in application across different modules. We have to unlock explicitly by using ALTER SYSTEM KILL SESSION command after which user can proceed. This approach is not practical and feasible. Is there any suggestion why it is happening with too much frequency? What may be solution for it?