Back to Flyway

Oracle Include Set Define Off To Scripter Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare Oracle Namespace/Oracle Behavior Options Namespace/Oracle Include Set Define Off To Scripter Setting.md

latest556 B
Original Source

Description

Adds SQL*Plus command SET DEFINE OFF to the top of repeatable migration script files, so substitution variables aren't used when running the script.

Type

Boolean

Default

true

Usage

Flyway Desktop

This can be set from the comparison options settings in Oracle projects.

Command-line

powershell
./flyway diff -redgateCompare.oracle.options.behavior.includeSetDefineOffToScripter=false

TOML Configuration File

toml
[redgateCompare.oracle.options.behavior]
includeSetDefineOffToScripter = false