Database Error Messages

ORA-17372

Replay is disabled because of a nonreplayable call

Cause

The method call that triggered the error is deemed non-replayable in the current context. This could be due to several factors, such as session state consistency settings, whether the call creating the current JDBC object is replayable, or specific instructions from the server.


Action

Ensure that the application methods are designed to be replayable where necessary. This includes verifying that the method calls do not have side effects that prevent them from being safely repeated. You should also check that the server settings allow for call replay and that session state consistency settings are configured correctly.