Introducing Agent Safe Governance for the AI Era

--sqlplus-timeout

Last updated: June 5, 2026

Seconds to wait before the sqlplus timeout. Set to -1 to disable the timeout. Set to 0 to return an error immediately. Default: 1800 (30 minutes).

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlplus-timeout=<integer>

Liquibase properties file (defaults file)

liquibase.sqlplus.timeout: <integer>

Global flow file argument (example)

globalArgs: { sqlplus-timeout: "<integer>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.sqlplus.timeout=<integer>

Liquibase environment variable

LIQUIBASE_SQLPLUS_TIMEOUT=<integer>