N
Nithila Pillai
Guest
You can check the transaction scope whether it uses optimistic lock or pessimistic lock...If its bulk transaction update then its possible code logic may exclusively lock large set of records. You may need to revisit/optmize the code to get rid of this issue.
Continue reading...
Continue reading...