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 connection, select Migration_Repository, and then select Migration Repository and then 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.
No comments:
Post a Comment