Introducing Agent Safe Governance for the AI Era

--sqlplus-path

Last updated: June 5, 2026

Path to the sqlplus executable. For example, on Linux: /opt/oracle/product/19.0.0/client/bin/sqlplus. On Windows: C:\oracle\product\19.0.0\dbhome_1\bin\sqlplus.exe.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlplus-path=<string>

Liquibase properties file (defaults file)

liquibase.sqlplus.path: <string>

Global flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_SQLPLUS_PATH=<string>