Oracle Ignore Dependent Objects In Other Schemas Setting
Published 15 January 2025
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
./flyway diff -redgateCompare.oracle.options.ignores.ignoreDependentObjectsInOtherSchemas=false
TOML Configuration File
[redgateCompare.oracle.options.ignores]
ignoreDependentObjectsInOtherSchemas = false