StaticPackage CLI/ODBC and IBM data server driver configuration keyword

Specifies the package to be used with the static profiling feature.

db2cli.ini keyword syntax:
StaticPackage = collection_id.package_name
IBM® data server driver configuration file (db2dsdriver.cfg) syntax:
<parameter name="StaticPackage" value=" collection_id.package_name"/>
Attention: The IBM data server driver configuration file (db2dsdriver.cfg) syntax is available in Db2 11.5.4 and later.
Default setting:
None - you must specify a package name.
Only applicable when:
STATICMODE is set to CAPTURE
Usage notes:
 

This keyword is used to specify the package to be used when the application runs in Match Mode. You first need to use Capture Mode to create the Capture File.

Only the first 7 characters of the indicated package name will be used. A one-byte suffix will be added to represent each isolation level, as follows:
  • 0 for Uncommitted Read (UR)
  • 1 for Cursor Stability (CS)
  • 2 for Read Stability (RS)
  • 3 for Repeatable Read (RR)
  • 4 for No Commit (NC)