liquibase-tablespace-name
The liquibase-tablespace-name
global parameter is a string that sets which tablespace Liquibase uses to store objects that are being deployed to your database.
liquibase-tablespace-name
only affects objects managed by Liquibase, the DATABASECHANGELOG and DATABASECHANGELOGLOCK tracking tables.
Uses
Each type of database allocates its own default tablespaces in memory, such as SYSTEM
and SYSAUX
in Oracle. You can set liquibase-tablespace-name
to one of these values. Alternatively, you can create an additional tablespace and set it as the value of liquibase-tablespace-name
.
Syntax
You can set this parameter in the following ways:
Option | Syntax |
---|---|
Liquibase properties file (defaults file) |
|
Global flow file argument (example) |
|
Global CLI parameter |
|
JVM system property (JAVA_OPTS Environment Variable) |
|
Liquibase Environment Variables |
|
For more information, see Working with Command Parameters.