I have a third-party Java application running queries with parameter
markers (through PreaparedStatem ent). I wish the server optimize all
queries from scratch as there is oppotunity to match submitted
querires with MQT.
I know for embedded C applications, I can specify BIND REOPT=ALWAYS
to make it. However, for JDBC applications using PreparedStateme nt,
how can I force it to use REOPT=ALWAYS?
thanks
markers (through PreaparedStatem ent). I wish the server optimize all
queries from scratch as there is oppotunity to match submitted
querires with MQT.
I know for embedded C applications, I can specify BIND REOPT=ALWAYS
to make it. However, for JDBC applications using PreparedStateme nt,
how can I force it to use REOPT=ALWAYS?
thanks
Comment