Need to trace insert, update, delete on tables (highly critical DB2 db). My questions are:
- how and where the history of inserts, updates, deletes on a table recorded?
- where else but in log files they are recorded?
- how to access those records?
I found an API called 'db2ReadLog' which does it but can not figure out how to run it from CLP. Please help