Introducing Agent Safe Governance for the AI Era

--sqlplus-keep-temp-name

Last updated: June 5, 2026

Indicates the name of a temporary SQL file after the execution of SQL Plus. If no file name is specified, a name is automatically generated. In Oracle, if no file extension is specified, the file is saved as .lst.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

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

Liquibase properties file (defaults file)

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

Global flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_SQLPLUS_KEEP_TEMP_NAME=<string>