Migrating Third-Party Databases


Note:

The migration capabilities in SQL Developer represent an evolution of the Oracle Migration Workbench product.

Migration is the process of copying the schema objects and data from a source third-party (non-Oracle) database, such as MySQL, Microsoft SQL Server, Sybase Adaptive Server, or Microsoft Access, to an Oracle database. You can perform the migration in an efficient, largely automated way.

Thus, you have two options for working with third-party databases in SQL Developer:

See the Related Topics to learn about using SQL Developer to migrate third-party databases to Oracle.

Related Topics

Migration Quick Start

Overview of Migration

Preparing a Migration Plan

Before You Start Migrating: General Information

Before You Start Migrating: Source-Specific Information

Capturing the Source Database

Creating and Customizing the Converted Model

Generating the DDL for the Oracle Schema Objects

Migrating the Data

Making Queries Case Insensitive

Testing the Oracle Database

Deploying the Oracle Database

Using Migration Reports

SQL Developer User Interface for Migration