Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Pre Requirements

Samuel Pizarro edited this page Mar 15, 2021 · 1 revision

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.

Clone this wiki locally