DB2 Version 10.1 for Linux, UNIX, and Windows

UPDATE STMM TUNING command using the ADMIN_CMD procedure

Update the user preferred self tuning memory manager (STMM) tuning database member number.

Authorization

The privileges held by the authorization ID of the statement must include at least one of the following authorities:
  • DBADM
  • DATAACCESS
  • SQLADM

Required connection

Database

Command syntax

Read syntax diagramSkip visual syntax diagram
>>-UPDATE--STMM--TUNING----MEMBER----member-number-------------><

Command parameter

member-number
member-number is an integer. In a partitioned database environment, if -1 or a nonexistent member number is used, DB2® will automatically select an appropriate member on which to run the STMM memory tuner. In a DB2 pureScale® environment, if -1 or a nonexistent member number is used, DB2 will randomly select an appropriate member on which to run the STMM memory tuner.

Example

In a partitioned database environment, update the user preferred self tuning memory manager (STMM) tuning database partition to member 3.
CALL SYSPROC.ADMIN_CMD( 'update stmm tuning member 3' )

Usage notes

Compatibilities

For compatibility with previous versions:
  • DBPARTITIONNUM can be substituted for MEMBER, except when the DB2_ENFORCE_MEMBER_SYNTAX registry variable is set to ON.