6.30 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

Parameter Description
p_application_alias

The application alias. The application alias is an alphanumeric identifier.

Must be fewer than 255 characters and unique within a workspace.

(Optional) Oracle recommends that the alias be unique within an entire instance.