Back to Flyway

Oracle Include All Storage Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare Oracle Namespace/Oracle Storage Options Namespace/Oracle Include All Storage Setting.md

latest638 B
Original Source

Description

Includes all storage properties (physical properties) on tables and indexes when comparing and deploying schemas.

Note: when this option is selected, all possible storage clauses are compared and scripted, and all other "Include storage" options are ignored.

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.storage.includeAllStorage=true

TOML Configuration File

toml
[redgateCompare.oracle.options.storage]
includeAllStorage = true