I have problems debugging a application that I'm testing on its behaviour while running concurrent to other (process) instances of the same app.
It would help me if there is a way to trace/monitor the locks activated by each sqlstatement along with the issuing app.instance.
for example in form of a table
________________________________________________________________
STMT | LOCKs |
| LockType, Obj(Row-PK/Tbl)| AppName, Time
--------------------+---------------------------+--------------------
SELECT * FROM ... |S, 12 | DBROM1,
|S, 435 | 12:03:17 123
|... |
--------------------+---------------------------+--------------------
UPDATE ... | X, Tablename | DBROM2,
12:03:17 335
(pls. excuse the mess, this is a formating issue in this forum, I couldn`t work around )
Maybe there are applications to support such investigations.
I`m greatfull for anny hint,
Thanks
It would help me if there is a way to trace/monitor the locks activated by each sqlstatement along with the issuing app.instance.
for example in form of a table
________________________________________________________________
STMT | LOCKs |
| LockType, Obj(Row-PK/Tbl)| AppName, Time
--------------------+---------------------------+--------------------
SELECT * FROM ... |S, 12 | DBROM1,
|S, 435 | 12:03:17 123
|... |
--------------------+---------------------------+--------------------
UPDATE ... | X, Tablename | DBROM2,
12:03:17 335
(pls. excuse the mess, this is a formating issue in this forum, I couldn`t work around )
Maybe there are applications to support such investigations.
I`m greatfull for anny hint,
Thanks