Introducing Agent Safe Governance for the AI Era

--sqlplus-password

Last updated: June 5, 2026

Liquibase 4.29.2+. Password to use with the native executor, such as the password for an account with SYSDBA privileges. Liquibase will attempt to use the password exactly as entered.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlplus-password=<string>

Liquibase properties file (defaults file)

liquibase.sqlplus.password: <string>

Global flow file argument (example)

globalArgs: { sqlplus-password: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.sqlplus.password=<string>

Liquibase environment variable

LIQUIBASE_SQLPLUS_PASSWORD=<string>