Database Error Messages

OCI-17379

Replay is disabled because the Initialization callback failed

Cause

The invocation of the connection initialization callback during replay attempt fails and throws a regular SQLException. The callback can be a connection initialization callback or labeling callback registered on Oracle JDBC data sources, or on an Oracle connection pool, such as Universal Connection Pool (UCP).


Action

Check callback implementation in application to identify under which condition the SQLException is thrown. Ensure callback implementation is robust and can handle all error conditions.