--sqlplus-fail-options
Last updated: June 11, 2026
Only for SQL Plus users who have a changeset with the runWith:sqlplus attribute. This is a runWith native-executor specific flag. When it is set to any value other than none, the Liquibase job fails and the SQL Plus warning or error appears.
Value options:
all= stop Liquibase for either warning or errorwarning= stop Liquibase for only warningserror= stop Liquibase for errorsnone= do not stop Liquibase job for warning or error, but do keep on surfacing the warning or errors as we currently do
Syntax
You can set this parameter in the following ways:
Option | Syntax |
Global CLI parameter |
|
Liquibase properties file (defaults file) |
|
Global flow file argument (example) |
|
JVM system property (JAVA_OPTS environment variable) |
|
Liquibase environment variable |
|