-
Notifications
You must be signed in to change notification settings - Fork 3
Pre Requirements
There is only 1 pre-req to make this tool to work with your Db2 database:
You must have a LOCKING event monitor writing to UE table
This solution was designed to be a replacement for db2evmonfmt java tool, so it assumes you already have a LOCKING event monitor in place in your target databases.
As db2evmonfmt tool extracts information from UE tables only, this tool also requires that your locking event monitor is currently saving the events information to UE tables. This tool will NOT work if your locking event monitor is writing to the relational tables directly.
If you do not have a locking event monitor running, and you wish to implement this tool, please consult IBM Db2 documentation to meet the requirements and implement your locking event monitor properly.