Enabling interim fix JR54133
Interim fix JR54133 resolves index contention issues in the PPCPAYINST table for environments that use an Oracle RAC database.
Index contention occurs because the
ObjectModuleFacadeBean.createPaymentInstruction()
code originally creates the
PPCPAYINST record with NULL order_id, which is later updated to the actual order_id at the end of
the transaction.
By default, the PPCPAYINST records are inserted by EJB code. In this APAR, a new flag is introduced. When this flag is set to true, the PPCPAYINST records are inserted by JDBC calls directly. The JDBC calls include the actual order_id into the INSERT statement, which helps to avoid contention.
Before you begin
Ensure that the latest cumulative
interim fix is installed:
Install the interim fix for JR54133.
For information about
how to install an interim fix, see