OCI-17389
Replay is failing because of an error code or message mismatch.
Cause
Replay is failing because of a mismatch of a JDBC call result or an error code between replay time and runtime. This is most commonly caused by non-idempotent SQL statements in applications.
Action
Check for any SQL query or DML in the JDBC request affected by an outage that might produce non-idempotent results, for example, any query without ORDER BY or uses ROWNUM, any DML that might affect a different number of rows during replay, and so on. Verify that KEEP privileges are granted for mutables on the database server side. Search for any SQL execution error during replay in the server trace files.