1.2 Understanding the Installation Process

An overview of the Oracle Application Express installation process.

1.2.1 About Planning Your Installation

Oracle recommends you take the time to carefully plan your installation.

The installation process involves the following steps:

  1. Plan your installation: During the planning phase, you should determine whether to install a full development environment or runtime environment. A full development environment provides complete access to the App Builder development environment to develop applications. A runtime environment is an appropriate choice for production implementations in which you want to run applications that cannot be modified.

    You should also determine which Web listener to use. Available options include the Oracle REST Data Services, Embedded PL/SQL Gateway, or Oracle HTTP Server and mod_plsql.

  2. Verify installation requirements: the minimum requirements that your system must meet before you install the software.

  3. Install the software: The required installation steps depend upon which Web listener you decide to use.

1.2.2 About Oracle Application Express Schemas

Lists Oracle Application Express release and the schema name of each release.

The Application Express engine consists of a large number of Oracle tables and thousands of lines of PL/SQL programs residing within their own version specific schema. For each release of Oracle Application Express, this schema has a unique name as described in the Table 1-1.

Table 1-1 Oracle Application Express Release and Schema

Oracle Application Express Release Schema Name

Oracle Application Express release 18.2.x

APEX_180200

Oracle Application Express release 18.1.x

APEX_180100

Oracle Application Express release 5.1.x

APEX_050100

Oracle Application Express release 5.0.x

APEX_050000

Oracle Application Express release 4.2.x

APEX_040200

Oracle Application Express release 4.1.x

APEX_040100

Oracle Application Express release 3.2.x

APEX_030200

Oracle Application Express release 3.1.x and earlier

FLOWS_xxxxxx

1.2.3 About the Installation Process

You can install Oracle Application Express or update from previous release using the same installation procedure and the installation scripts.

The installation script checks for the latest existing Oracle Application Express schema and automatically copies the instance metadata, workspaces, and applications from the previous schema into the current schema. The original schema associated with the previous release is left completely unaltered. Following best practices, Oracle recommends that you create new tablespaces for a new release of Oracle Application Express and follow the appropriate installation instructions as outlined in this document.

1.2.4 About Accessing Oracle Application Express

You access the Oracle Application Express development environment, by signing in to a shared work area called a workspace.

How you sign in and access Oracle Application Express depends upon your user role.

A workspace enables multiple users to work within the same Oracle Application Express installation while keeping their objects, data, and applications private. Each workspace has a unique ID and name. An instance administrator can create a workspace manually within Oracle Application Express Administration Services or have users submit requests. Oracle Application Express Administration Services is a separate application for managing an entire Oracle Application Express instance.

Users are divided into four primary roles:

  • Instance administrators are superusers that manage an entire hosted instance using a separate application called Oracle Application Express Administration Services. Instance administrators manage workspace provisioning, configure features and instance settings, and manage security.

  • Workspace administrators can perform administrator tasks specific to a workspace such as configuring workspace preferences, managing user accounts, monitoring workspace activity, and viewing log files.

  • Developers are users who sign in to a workspace and create and edit applications.

  • End users can only run existing database or Websheet applications.

If you are a developer, an administrator must grant you access to shared work area called a workspace. If you are an Instance administrator, you must sign in to Oracle Application Express Administration Services, determine whether to specify a provisioning mode, create a workspace, and then sign in to that workspace.

About Specifying a Provisioning Mode

The Instance administrator determines how the process of provisioning (or creating) a workspace works for a specific Oracle Application Express instance. To determine how provisioning works, an Instance Administrator selects one of the following options on the Instance Settings page:

  • Manual - In this mode, an Instance administrator creates new workspaces and notifies the Workspace administrator of the login icon.

  • Request - Users request workspaces directly in a self-service fashion. Users click a link on the login page to access a request form. After the workspace request has been granted, users are automatically emailed the appropriate login information.

  • Request with Email Verification - In this mode, users request workspaces directly by clicking a link on the login page to access a request form. Each user receives an initial email containing a verification link. Clicking this link validates the user's email address and then the request is processed. Then another email is sent to the user containing login credentials (that is, the workspace name, username, and password).

About Creating Workspaces and Users

Before you can develop or install applications, an administrator must create a workspace and add Oracle Application Express users. To learn more contact your administrator, or see the “Creating a Workspace and Adding Oracle Application Express Users” section for your Web listener in this document.

See Also: