ORA-17367
Replay disabled because of insufficient memory
Cause
The number of top-level JDBC calls in the current request is exceeding the maximum request size set via Oracle JDBC connection or system property "oracle.jdbc.replay.protectedRequestSizeLimit".
Action
Follow AC and JDBC best practices to close used JDBC objects timely and reduce request sizes. Consult the javadocs of "oracle.jdbc.replay.protectedRequestSizeLimit" and use the request-size histogram in AC statistics to monitor actual workload memory consumption. We recommend that applications do not set this property unless there is a demonstrated memory size problem caused by request size and no better solution is feasible.