Introducing Agent Safe Governance for the AI Era

--sqlplus-username

Last updated: June 5, 2026

Liquibase 4.29.2+. Username to use with the native executor, such as account.username as sysdba to access Liquibase with an account that has SYSDBA privileges. Liquibase will attempt to use the name exactly as entered.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlplus-username=<string>

Liquibase properties file (defaults file)

liquibase.sqlplus.username: <string>

Global flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_SQLPLUS_USERNAME=<string>