Using the Schema Diff tool v9
Schema Diff compares schema objects between two database schemas. Use the Tools menu to access Schema Diff.
Schema Diff allows you to:
- Compare and synchronize the database schemas (from source to target).
- Visualize the differences between database schemas.
- List the differences in SQL statement for target schema objects.
- Generate synchronization scripts.
To open the selection panel, select Tools > Schema Diff. Select the source and target servers, databases, and schemas to compare. After selecting the objects, select Compare.
Note
The source and target databases must use the same major version.
You can open multiple copies of Schema Diff in individual tabs. To specify whether to open Schema Diff in a new browser tab, select the Preferences dialog box. Set Open in new browser tab to true.
The Schema Diff panel is divided into two panels: an Object Comparison panel and a DDL Comparison panel.
Schema Diff Object Comparison panel
In the Object Comparison panel, you can select the source and target servers of the same major version, databases, and schemas to compare. You can select any server listed under the browser tree whether it's connected or disconnected. If you select a server that isn't connected, then you must enter the password before using that server.
Select the databases to compare. The databases can be the same or different, and from the same or different servers.
Select the source and target schemas to compare.
After you select servers, databases, and schemas, select Compare to get the comparison results.
Use the lists of Functions, Materialized Views, Tables, Trigger Functions, Procedures, and Views to view the DDL statements of all the schema objects.
To filter the schema objects, select Filter in the upper-right corner of the Object Comparison panel. Filter the schema objects according to these criteria:
- Identical