Wait Event: enq: TX - row lock contention
I have a 3rd party application but I am trying to figure out the problem to help them.
There is one table when ever it gets update query with different where clauses , it shows wait event "Wait Event: enq: TX - row lock contention".
If we have 10 update query on this table, all will go to show wait event and get into "Row-X (SX) " mode.
There are many forum are saying increase inittrans - not sure about this or check unique indexes any duplicate records which I don't find the case.
If any of you have faced similar situation and fix the problem then pls share.