Home > Migrating an Application > Step 4: Create a Migration ...
To create a migration project:
Log in to Oracle Application Express.
Make sure you log in to the workspace you created for your migration project (Step 3).
Under Migrations on the right side of the Workspace home page, click the Application Migrations link.
On the Application Migrations page, click Create Project.
The Create Migration Project wizard appears. Note that the steps included in the wizard appear in a flowchart on the left of the page.
Enter the project details:
Project Name - Enter a unique name. You might want to use the same name as the Microsoft Access .mdb
file you used to create the project.
Type - Select Access.
Description - Enter a meaningful description for this project. You might want to describe the Microsoft Access .mdb
file that you used to create the project.
Migration Export File - Click Browse and select the .sql
file created by the Exporter tool for Microsoft Access.
Schema - Select the schema.
The default schema is the schema associated with your workspace. If more than one schema is associated with your workspace, all associated schemas appear in the select list, arranged in alphabetical order. When this situation exists, select the schema associated with the SQL script you want to upload.
Click Next.
Review the project details, and click Finish.
The project page appears.