Home > SQL Developer Dialog Boxes ... > Deploy or Import Application
Use this wizard to deploy or import an Application Express application into a specified target schema.
Deploy to Connection or Specify File to Import
Choose Connection to Deploy Application: For a deploy operation, specify the database connection for the target schema into which to deploy the application.
Specify File to Import: For an import operation, specify the location and name of the SQL file containing the exported application (usually the output of a previous "export application" operation).
Choose Import Options
Specifies options for the application to be deployed or imported.
Workspace: Name of the Application Express workspace.
Parse As Schema: Schema against which all of the application's SQL and PL/SQL will be parsed.
Application Name: Name of the application.
Application Alias: Alias for the application. It is recommended that you never hard code the application ID into your application, but instead use the application alias or a built-in substitution string (such as APP_ID and APP_ALIAS).
Build Status: RUN_ONLY or RUN_AND_BUILD
Application ID: Specify whether to have an application ID assigned automatically, to use an existing listed ID, or to specify a new ID. Use these options to avoid application ID conflicts, such as when you need to have two versions of the same application in the same instance. For example, you might be migrating an application to a production instance and still need to maintain the development version.
ID Currently Used by and Overwrite: If the specified Application ID is currently used by another application, you can enable Overwrite to have the application ID instead associated with the application being deployed or imported.
Summary
Displays the selected options for the application to be deployed or imported. To make any changes, click Back. To perform the operation, click Finish.
Related Topics