Back to Flyway

Oracle Data Include Views Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare Oracle Namespace/Oracle Data Comparison Options Namespace/Oracle Data Include Views Setting.md

latest525 B
Original Source

Description

Includes views in the comparison. Care must be taken when deploying changes to views due to potential issues modifying the underlying table.

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.data.options.comparison.includeViews=true

TOML Configuration File

toml
[redgateCompare.oracle.data.options.comparison]
includeViews = true