Schema Compare is an integrated tool that is included with the Oracle Developer Tools for Visual Studio (ODT). It is used to visually inspect the differences between a source and a target schema and to generate a diff script that modifies the target schema to make it identical to the source. The source and target schemas can reside on the same database or on two different databases. Developers will typically evolve their development schema as they work on their .NET application, for example creating or modifying tables or stored procedures that are used by their .NET application. During development, they can use the Schema Compare tool to visually inspect what changes have been made thus far, and when development has completed, they can use the tool to generate the deployment scripts for synchronizing the development and production schemas.
This OBE walks through a general use case scenario of a .NET developer. It consists of the following steps:
We will use the Schema Compare tool to identify, synchronize and rollback the differences in the created instances.
Duration: 45 minutes
This content is intended for the following job role(s): Application Developer
Release Date: 16-SEP-2013
These OBEs cover content on .NET and Visual Studio 2012.