DB2 9.5 on AIX
I have 2 applications writing to a single table. A couple times a week a transaction is rolled back because of a deadlock/timeout. The applications batch their inserts, but I do not know if it's 1 transaction with multiple insert statements or a single transaction for every insert statement.
Is there a db2pd command or similar tool I can use to see if records inserted into the table were from a single transaction? I'm open to any suggestions that will help me learn more about how the database handled the transactions.
Thanks db friends!