4.37 SET_SCHEMA Procedure

Use this function to set the parsing schema (owner) of the Oracle APEX application. The database user of this schema must already exist, and this schema name must already be mapped to the workspace used to import the application.

Syntax

APEX_APPLICATION_INSTALL.SET_SCHEMA (
    p_schema  IN VARCHAR2);

Parameters

Table 4-18 SET_SCHEMA Parameters

Parameter Description
p_schema The schema name.