Specifies the package to be used with the static profiling
feature.
- db2cli.ini keyword syntax:
- StaticPackage = collection_id.package_name
- 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)