39.133 SET_WORKSPACE Procedure
This procedure sets the current workspace.
Syntax
PROCEDURE SET_WORKSPACE (
    p_workspace IN VARCHAR2 ); Parameters
Table 39-113 describes the parameters available in SET_WORKSPACE
                procedure.
                  
Table 39-113 SET_WORKSPACE Procedure Parameters
| Parameters | Description | 
|---|---|
| 
 | The workspace's short name. | 
Example
This example shows how to set the workspace MY_WORKSPACE.
                  
apex_util.set_workspace (
    p_workspace => 'MY_WORKSPACE' );Parent topic: APEX_UTIL