Oracle Ignore Rules Setting

Description

The path to the Oracle pre-filter file, containing custom filtering rules for excluding objects from database comparisons. Objects will be excluded before database comparison takes place, yielding a potential performance improvement.

This will be resolved relative to the working directory.

Type

String

Default

IgnoreRules.scpf

Usage

Flyway Desktop

This can't currently be configured from Flyway Desktop, although it will be honoured.

Command-line

./flyway diff -redgateCompare.oracle.ignoreRules=Custom.scpf

TOML Configuration File

[redgateCompare.oracle]
ignoreRules = "Custom.scpf"

Didn't find what you were looking for?