6.44 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 6-7 SET_SCHEMA Parameters
Parameter | Description |
---|---|
p_schema |
The schema name. |
See Also:
Parent topic: APEX_APPLICATION_INSTALL