Introducing Agent Safe Governance for the AI Era

--sqlplus-keep-temp-path

Last updated: June 5, 2026

Specify the path in which to store the temporary files after the execution of SQL Plus. If not specified, the files will be stored in the system's temp directory.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlplus-keep-temp-path=<string>

Liquibase properties file (defaults file)

liquibase.sqlplus.keep.temp.path: <string>

Global flow file argument (example)

globalArgs: { sqlplus-keep-temp-path: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.sqlplus.keep.temp.path=<string>

Liquibase environment variable

LIQUIBASE_SQLPLUS_KEEP_TEMP_PATH=<string>