Viewing Schema Differences Overview

After comparing schemas or a schema and a project, the differences are shown in the schema comparison document. In the upper part you will see the names of compared databases and their connections. Source schema objects are displayed in the left part and Target schema objects are in the right one.

Object status

dbForge Schema Compare for Oracle automatically sets different statuses for compared objects to help you quickly analyze the differences. Compared objects can have the following statuses:

  • Only in Source - schema object exists in source schema and does not exist in target schema.
  • Only in Target - schema object exists in target schema and does not exist in source schema.
  • Different - schema objects with the same names exist in both schemas, but they have different DDL.
  • Equal - identical objects exist in both schemas.
  • Inconsistent - objects are different, but target object can not be created or updated due to incompatibility between the source and target Oracle servers. For example, if source table contains a BIT column and target Oracle server does not support BIT columns. Table status will be inconsistent.
  • Unknown - object metadata cannot be retrieved, so its status is unknown.

Note

If a Source table has partitioning and a Target Oracle server does not support partitioning, table comparison status depends on the table structure differences. If the table exists only in Source or has other differences than partitioning, it has Only in Source or Different status and it can be synchronized with Source except for partitioning. If the tables in Source and Target have the same structure except for partitioning, the partitioning is ignored and the table comparison status is Equal.

Update operation

For each compared object dbForge Schema Compare automatically sets the operation in the Operation field to apply after synchronization. Based on your needs, you can change it and select the required one from the drop-down list in the field. The following operations are available:

  • None - by default, it is set for identical objects, you can change it to Drop.
  • Update - by default, it is set for objects with Different status and means the object will be moved to the Target schema. You can change it to Drop or None.
  • Drop - by default, it is set for objects with Only in Target status and means the object will be dropped in the Target schema. You can change it to None.
  • Create - by default, it is set for objects with Only in Source status and means the object will be created in the Target schema. You can change it to None.

Excluding objects from synchronization

If you don’t want to synchronize some objects, clear check boxes for them in the grid.

To exclude several objects from synchronization or include them, highlight these objects in the grid and select the Exclude Selection or Include Selection options on the shortcut menu or press the SPACE key to include/exclude selected objects.

By default all compared objects are included into synchronization.

Managing comparison results

To refresh schema comparison results, click the Refresh button on the Comparison toolbar.

To better understand comparison results, you can do the following:

  • Filter them by comparison status
  • Group by comparison status and object type