4.26 SET_APPLICATION_ALIAS Procedure

This procedure sets the application alias for the application to be imported. This is only used if the application to be imported has an alias specified. An application alias must be unique within a workspace and it is recommended to be unique within an instance.

Syntax

APEX_APPLICATION_INSTALL.SET_APPLICATION_ALIAS(
    p_application_alias IN VARCHAR2);

Parameters

Table 4-7 SET_APPLICATION_ALIAS Parameters

Parameter Description

p_application_alias

The application alias. The application alias is an alphanumeric identifier. It cannot exceed 255 characters, must unique within a workspace and, ideally, is unique within an entire instance.

Example

For examples of this procedure call, see "Import Application with Specified Application ID,""Import Application with Generated Application ID,""Import Application into Different Workspace using Different Schema" and "Import into Training Instance for Three Different Workspaces."