Introducing Agent Safe Governance for the AI Era

--sqlplus-keep-temp

Last updated: June 5, 2026

Indicates whether or not to keep a temporary SQL file after the execution of SQL Plus. If true, the file is not deleted. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlplus-keep-temp=<true|false>

Liquibase properties file (defaults file)

liquibase.sqlplus.keep.temp: <true|false>

Global flow file argument (example)

globalArgs: { sqlplus-keep-temp: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.sqlplus.keep.temp=<true|false>

Liquibase environment variable

LIQUIBASE_SQLPLUS_KEEP_TEMP=<true|false>