I am trying to diagnose some sql problems on DB2 v9.1. I am using the Activity monitor to check for the SQL statements that I am having the problems with. I can get the SQL statement, but it does not show the values passed into the query statement's parameters:
select * from FBNEXUS.FBCLIENTTRANS clienttran0_ inner join FBNEXUS.FB_OFFICES fboffice1_ on clienttran0_.OFFICEID=fboffice1_.ID where fboffice1_.ID=? and clienttran0_.TRANSDATE=?
Is there a way I can get the values for the parameters passed into this query?