Oracle Ignore Slow Dependencies Setting

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

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

TOML Configuration File

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

Didn't find what you were looking for?