Oracle Ignore Invisible Indexes Setting
Published 20 February 2026
Description
Ignores invisible indexes when comparing databases.
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.ignores.ignoreInvisibleIndexes=true
TOML Configuration File
[redgateCompare.oracle.options.ignores]
ignoreInvisibleIndexes = true