For PostgreSQL users - where are your DBs hosted?

Oracle Ignore Dependent Objects In Other Schemas Setting

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

This setting can't be configured other than in a TOML configuration file.

Flyway Desktop

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

TOML Configuration File

[redgateCompare.oracle.options.ignores]
ignoreDependentObjectsInOtherSchemas = true

Didn't find what you were looking for?