Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-41463

The application has request boundaries. However, replay by Oracle Application Continuity did not enable.

Cause

This is an ACCHK message. Possible causes are:

  • This a JDBC application and the replay driver or JDBC consolidated data source are not used.
  • There is an UNRESTORABLE session state in the login trigger or label when using Transparent Application Continuity.
  • The application is using XA.
  • A transaction processing monitor is in use with two-phase commit.
  • The client disabled replay.

Action

For JDBC, either use the replay driver or consolidated data source:

  • The "consolidated data source" (i.e. oracle.jdbc.datasource.impl.OracleDataSource).
  • The "replay data source" (i.e. oracle.jdbc.replay.OracleDataSourceImpl).

Ensure that there is no UNRESTORABLE state being created by the login trigger when using Transparent Application Continuity. Also, ensure that your application is not attempting to use Oracle Application Continuity with XA or other restricted options.