Skip to content

Commit

Permalink
revert use of SQL_STMT_REUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Jan 19, 2024
1 parent a214944 commit 2ace2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void go() throws Exception {
if (!isRunning) {
qaqqiniStmt.execute("CALL QSYS2.OVERRIDE_QAQQINI(2, 'QUERY_TIME_LIMIT', '0')");
}
qaqqiniStmt.execute("CALL QSYS2.OVERRIDE_QAQQINI(2, 'SQL_STMT_REUSE','255')");
//qaqqiniStmt.execute("CALL QSYS2.OVERRIDE_QAQQINI(2, 'SQL_STMT_REUSE','255')");
qaqqiniStmt.execute("CALL QSYS2.OVERRIDE_QAQQINI(2, 'OPEN_CURSOR_CLOSE_COUNT','65535')");
qaqqiniStmt.execute("CALL QSYS2.OVERRIDE_QAQQINI(2, 'OPEN_CURSOR_THRESHOLD','-1')");
PreparedStatement tgt = jdbcConn.prepareStatement(sql);
Expand Down

0 comments on commit 2ace2e7

Please sign in to comment.