Oracle Filter File Setting
Published 15 January 2025
Description
The path to the Oracle filter file, containing custom filtering rules for excluding objects from database comparisons. Objects will be filtered out only after the comparison has taken place so there will be no performance benefit. See Ignore Rules for pre-filtering.
This will be resolved relative to the working directory.
Type
String
Default
Filter.scpf
Usage
This setting can't be configured other than in a TOML configuration file.
Flyway Desktop
This can't currently be configured from Flyway Desktop, although it will be honoured.
TOML Configuration File
[redgateCompare.oracle]
filterFile = "Custom.scpf"