Back to Flyway

Oracle Ignore System Partitions Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare Oracle Namespace/Oracle Ignore Options Namespace/Oracle Ignore System Partitions Setting.md

latest823 B
Original Source

Description

Ignores system partitions.

For hash partitioned tables the quantity of any system named partitions will be taken into account in comparisons, but the names and other details of those system named partitions will be ignored.

This option is active if the "all storage options" or "tablespaces and partitioning" option is enabled.

Type

Boolean

Default

false

This option is active if the "all storage options" or "tablespaces and partitioning" option is enabled.

Usage

Flyway Desktop

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

Command-line

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

TOML Configuration File

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