DB2 - Problem description
| Problem IT08501 | Status: Closed |
INCLUSION OF SYSTEM_APPLS IN MON_GET_XXX MONITOR TABLE FUNCTIONS | |
| product: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
| Problem description: | |
There is a new input parameter 'system_appls' added in V10.5 for
the below table functions to return data about system
applications:
- MON_GET_APPL_LOCKWAITS
- MON_GET_CONNECTION
- MON_GET_CONNECTION_DETAILS
- MON_GET_UNIT_OF_WORK
- MON_GET_UNIT_OF_WORK_DETAILS
From info center,
system_appls
An input parameter of data type SMALLINT that specifies
whether information for system applications is returned. The
following values are valid:
0 or NULL: System application information is not
returned. NULL is the default if a value for system_appls is not
provided.
1: User and system application information is returned.
This APAR adds these changes to V9.7 so that the users can view
system applications. | |
| Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * Users on DB2 LUW V10.1 * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Customer should upgrade to V10.1 FP5 where the fix is * * included. * **************************************************************** | |
| Local Fix: | |
| Solution | |
Customer should upgrade to V10.1 FP5 where the fix is included. There is a new input parameter 'system_appls' added for the below table functions to return data about system applications: - MON_GET_APPL_LOCKWAITS - MON_GET_CONNECTION - MON_GET_CONNECTION_DETAILS - MON_GET_UNIT_OF_WORK - MON_GET_UNIT_OF_WORK_DETAILS The users can modify their SQL query by introducing a new input parameter 'system_appls' with a value of 1 to return the information about both user and system applications. | |
| Workaround | |
not known / see Local fix | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 23.04.2015 29.07.2015 29.07.2015 |
| Problem solved at the following versions (IBM BugInfos) | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 10.1.0.5 |
|