For PostgreSQL users - where are your DBs hosted?

Oracle Ignore Options Namespace

This namespace contains the configurations relating to the database features/syntax to track when running Oracle database comparisons.

Settings

Setting Type Description
ignoreSlowDependencies Boolean Ignore certain dependencies that affect comparison performance when comparing databases.
ignoreDependentObjectsInOtherSchemas Boolean Ignore calculating dependent objects in schemas that haven't been explicitly selected for comparison.
ignoreWhitespace Boolean Ignore whitespace (e.g. newlines, tabs, spaces) in PL/SQL blocks when comparing databases.
ignoreCaseDifferencesInPlSqlBlocks Boolean Ignore case differences in object SQL creation scripts when comparing databases.
ignoreDoubleQuotesInPlSqlBlocks Boolean Ignore double quotation marks around identifiers in PL/SQL blocks when comparing databases.
ignoreExternalTableLocationInformation Boolean Ignore the external table location information when comparing tables.
ignoreCommentsInPlSqlBlocks Boolean Ignore comments in PL/SQL blocks when comparing databases.
ignoreCommentsOnTablesViewsAndColumns Boolean Ignore comments on tables, views, and columns when comparing databases.
ignoreConstraintNames Boolean Ignore the names of foreign keys and primary keys, and default, unique, and check constraints when comparing databases.
ignoreIndexNames Boolean Ignore index names for comparison.
ignoreParallel Boolean Ignore differences in the parallel clause on indexes and tables.
ignoreSequenceCurrentValue Boolean Ignore the current value of sequences when comparing and deploying databases.
ignorePermissions Boolean Ignore differences in object permissions.
ignoreSupplementalLogGroups Boolean Ignore supplemental log groups when comparing tables.
ignoreMaterializedViewStartWithValue Boolean Ignore materialized view START WITH value.
ignoreLengthSemantics Boolean Ignore length semantics differences for columns.
ignoreSystemPartitions Boolean Ignore system partitions.
ignoreLobStorage Boolean Ignore lob storage details when comparing and deploying schemas.
ignoreSequenceIncrementBy Boolean Ignore the INCREMENT BY property of sequences only when comparing databases.
ignoreSequenceMinValue Boolean Ignores the MINVALUE property of sequences only when comparing databases.
ignoreSequenceMaxValue Boolean Ignores the MAXVALUE property of sequences only when comparing databases.

Didn't find what you were looking for?