Change Intelligence is coming.

--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)

liquibase.db2z.trackingTables.location.database: <string>

Global flow file argument

globalArgs: { db2z-tracking-tables-location-database: "<string>" }

Global CLI parameter

liquibase --db2z-tracking-tables-location-database=<string>

JVM system property (JAVA_OPTS environment variable)

Unix:

JAVA_OPTS=-Dliquibase.db2z.trackingTables.location.database=<string>

Windows:

JAVA_OPTS=-D"liquibase.db2z.trackingTables.location.database"=<string>

Liquibase environment variable

LIQUIBASE_DB2Z_TRACKING_TABLES_LOCATION_DATABASE=<string>