Home > SQL Developer Dialog Boxes ... > Merge Migration Projects
This dialog box is displayed when you right-click a migration project and select Merge into Project.
The operation merges the catalog or catalogs of the selected project into the specified destination project.
For databases with multiple catalogs (such as Microsoft SQL Server and Sybase), it merges the catalogs.
For databases that do not use multiple catalogs (such as IBM DB2, Teradata, and MySQL), it moves schemas from the single source to the destination.
After the operation, a refresh of the source and destination projects may be required.
A possible use case is to perform a parallel load into the repository from multiple computers and/or user accounts. In this case, for performance use the same repository for multiple projects, and then later merge projects.
Related Topics