Back to Flyway

Oracle Ignore Slow Dependencies Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare Oracle Namespace/Oracle Ignore Options Namespace/Oracle Ignore Slow Dependencies Setting.md

latest810 B
Original Source

Description

Ignores certain dependencies that affect comparison performance when comparing databases. The following dependencies are ignored:

  • type objects in your schema that are referenced by an object in another user's schema
  • REF constraints in your schema that reference, or are referenced by, objects in another user's schema

Note: if this option isn't selected, all dependencies will be read, and comparisons may be slow.

Type

Boolean

Default

true

Usage

Flyway Desktop

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

Command-line

powershell
./flyway diff -redgateCompare.oracle.options.ignores.ignoreSlowDependencies=false

TOML Configuration File

toml
[redgateCompare.oracle.options.ignores]
ignoreSlowDependencies = false