--db2z-tracking-tables-location-database
Last updated: July 13, 2026
--db2z-tracking-tables-location-database is a global parameter that specifies the database name for the Liquibase tracking tables on DB2 z/OS. There is no default value.
On DB2 z/OS, setting this parameter enables implicit tablespace creation. When the database is specified and no tablespace is set, Db2 automatically creates a separate tablespace for each tracking table, satisfying the platform's 1:1 table-to-tablespace requirement.
Syntax
You can set this parameter in the following ways:
Option | Syntax |
Liquibase properties file (defaults file) |
|
Global flow file argument |
|
Global CLI parameter |
|
JVM system property (JAVA_OPTS environment variable) | Unix:
Windows:
|
Liquibase environment variable |
|