Back to Flyway

Oracle Ignore Double Quotes In PlSql Blocks Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare Oracle Namespace/Oracle Ignore Options Namespace/Oracle Ignore Double Quotes In PlSql Blocks Setting.md

latest580 B
Original Source

Description

Ignores double quotation marks around identifiers in PL/SQL blocks when comparing databases.

Note: double quotation marks won't be ignored when the databases are deployed.

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.ignores.ignoreDoubleQuotesInPlSqlBlocks=false

TOML Configuration File

toml
[redgateCompare.oracle.options.ignores]
ignoreDoubleQuotesInPlSqlBlocks = false