}
b.start();
stmtWAIT.executeBatch();
getConnection().commit();
b.stop(200);
stmtWAIT.clearBatch();
}
PreparedStatement stmtRES = getConnection().prepareStatement("INSERT INTO COP_RESPONSE (CORRELATION_ID, RESPONSE_TS, RESPONSE_S) VALUES (?,SYSTIMESTAMP,?)");
for (int k=0; k<25; k++) {
for (int i=0; i<200; i++) {