ORA-17397
Replay is disabled because of concrete class usage.
Cause
The application is calling the getOPAQUE(), setOPAQUE(), or setOPAQUEAtName() method in the current JDBC request with Application Continuity (AC) or Transparent Application Continuity (TAC) enabled. These methods are not supported to use with AC or TAC.
Action
Follow AC best practices, and update the application to use oracle.jdbc.OracleOpaque instead of oracle.sql.OPAQUE.