Back to Flyway

Oracle Ignore Dependent Objects In Other Schemas Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare Oracle Namespace/Oracle Ignore Options Namespace/Oracle Ignore Dependent Objects In Other Schemas Setting.md

latest638 B
Original Source

Description

Ignores calculating dependent objects in schemas that haven't been explicitly selected for comparison.

Note: if this option isn't selected, dependencies will be calculated across all schemas, and comparison 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.ignoreDependentObjectsInOtherSchemas=false

TOML Configuration File

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