Hello together,
I have a simple, but for me a complex problem. The Database activitations (Select, Insert Update .....) should be logged.
We have with strdbmon a monitoring started, but the SQL Statements in this log Table are not complet.
For Example:
Original SQL Stament: INSERT INTO tblTest VALUES('1','test insert')
Statment in the Log Table: INSERT INTO tblTest VALUES( ? , ? )
The DB2 runs on a iSeries.
Sry for my bad english.
doninkus