Performance impact of COMMIT_POINT_STRENGTH parameter.
Hi,
I have three database (11g R2) and I am performing distributed transaction among with them. Some times One of my main database fall into transaction lock, I want to pass this lock into another database by the changing COMMIT_POINT_STRENGTH parameter value. The COMMIT_POINT_STRENGTH parameter contain default (1) value in all database. Now I want to set COMMIT_POINT_STRENGTH=255, in one database is there any performance impact for this database. There are 2000 distributed transaction happen in One hour.
Please suggest me.