Distiributed Transaction Recovery Query
I see this query getting executed more than 50 thousand times per day,Not sure from which part of the app this is coming from ?Its Java based app running against 11.2.0.3 RAC database on RHEL 6
SELECT formatid, globalid, branchid FROM SYS.DBA_PENDING_TRANSACTIONS
Why does Oracle executes it so many times and How can this be minimized.
Thanks in advance.