Site icon Radu Pârvu

Tuesday Post: Database schemas compare

One of the questions that arise during the development process is if the database schéma I work on is an unaltered image of production. How do I know that another developer didn’t experiment with a new index or modified the structure of some table? Writing scripts to compare my current database with the ‘source of truth’ is time consuming! Luckily, Oracle SQL Developer has just the feature to help me!

This procedure can be used to compare database objects of two databases to ensure they are aligned between different environments.

Exit mobile version