Back to Flyway

Oracle Ignore Case Differences In PlSql Blocks Setting

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

latest748 B
Original Source

Description

Ignores case differences in object SQL creation scripts when comparing databases. For example, if you turn this option on, MYTABLE and mytable aren't considered different table names.

Note: case differences in strings and double quoted identifiers aren't ignored. Case differences won't be ignored when the databases are deployed.

Type

Boolean

Default

false

Usage

Flyway Desktop

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

Command-line

powershell
./flyway diff -redgateCompare.oracle.options.ignores.ignoreCaseDifferencesInPlSqlBlocks=true

TOML Configuration File

toml
[redgateCompare.oracle.options.ignores]
ignoreCaseDifferencesInPlSqlBlocks = true