If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How to track the database transactions in log file?
If someone delete some records from the table,may I know how to check who delete this and when?How to trace it?
May I know we can trace or not?
event monitor is the db2 tool that will monitor some events
(as indicated by the name)
this tool will take snapshots (db2 get snapshot......) to gather specific information from db and clients
see online infocenter or db2 books about this tool / command
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
event monitor is the db2 tool that will monitor some events
(as indicated by the name)
this tool will take snapshots (db2 get snapshot......) to gather specific information from db and clients
see online infocenter or db2 books about this tool / command