Home > SQL Developer: Migrating Th...
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, Microsoft Access, or IBM DB2 (UDB), 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:
Creating database connections so that you can view schema objects and data in these databases
Migrating these databases to Oracle, to take advantage of the full range of Oracle Database features and capabilities
See the Related Topics to learn about using SQL Developer to migrate third-party databases to Oracle.
Related Topics
Migration: Basic Options and Steps
Migration: Background Information and Guidelines