I need to monitor SQL statements issued to DB2 database. I found the following article http://www.dba-db2.com/2010/01/trace-sql-statements-in-db2-database.html and I can to indeed capture SQL statements.
The problem is that prepared SQL statements still hold question marks. It there a way to get the final version of SQL statements?
DB2 version: 10.1.3
Thanks