Maintaining the BMCDICT table
To control the expansion of the BMCDICT table
- Delete any rows in the BMCUTIL table that you know are no longer valid.Do not delete any rows for instances of utilities that are awaiting restart.
Use the following SQL statement to delete rows from the BMCDICT table:
DELETE
FROM <creatorName>.CMN_BMCDICT
WHERE UTILID NOT IN
(SELECT UTILID FROM <creatorName>.CMN_BMCUTIL);
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*