Oracle Include All Storage Setting

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

./flyway diff -redgateCompare.oracle.options.storage.includeAllStorage=true

TOML Configuration File

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

Didn't find what you were looking for?