Table of Contents
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 3-4 SET_APPLICATION_ALIAS Parameters
Parameter | Description |
---|---|
|
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."
See Also:
Parent topic: APEX_APPLICATION_INSTALL