Home > Migrating an Application > Step 2: Migrate the Microso...
To migrate the Microsoft Access database to Oracle:
Start Oracle SQL Developer version 1.2.0 or later. For example:
Create an Oracle user named MIGRATIONS
with the default tablespace USER
and temporary tablespace TEMP
and grant it at least RESOURCE
, CREATE SESSION
, and CREATE VIEW
privileges.
Create a database connection named Migration_Repository
that connects to the MIGRATIONS
user.
Right-click the Migration_Repository
connection, and select Associate Migration Repository to create the repository.
Load the database metadata (.xml
file) created in step 1. Select Migration and then Capture Microsoft Access Exported XML.
This captures the schema and creates a Captured Model of the Microsoft Access database.
Convert the captured database schema to Oracle. Right-click Captured Model and select Convert to Oracle Model.
Generate the migrated Oracle database schema. Right-click Converted Model and select Generate.
The generated DDL statements should execute against your Oracle database instance, to generate the migrated schema objects.
For more information about Oracle SQL Developer Migration Workbench, see:
http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html