Previous |
Next |
This procedure sets the application alias for the application to be imported. This will only be 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: SET_APPLICATION_ALIAS Parameters describes the parameters available in SET_APPLICATION_ALIAS procedure.
SET_APPLICATION_ALIAS Parameters
Parameter | Description |
---|---|
|
The application alias. The application alias is an alphanumeric identifier. It cannot exceed 255 characters, needs to be 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".