Schema Diff Tool ???

Does anyone know of a good DB diff tool or addin for PL/SQL Developer? One that would produce a report or script to upgrade a schema after development is done?
 
PL/SQL Developer's built-in "Compare User Objects" function from the Tools menu can also be used for this.
 
Hi there,

PL/SQL Developer was a great resource when it came to comparing schema objects. However, if you are using some of Oracle's more funky indexing options or are working with partitions, you will have to go through your code and modify it in places. It will be interesting to see how PL/SQL Developer's 6.x object comparison features perform when partitioning is integrated into the application.

Darryl Staflund
 
Back
Top