| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_WM , 3 of 52
This procedure modifies the description of a workspace.
DBMS_WM.AlterWorkspace( workspace IN VARCHAR2, workspace_description IN VARCHAR2);
| Parameter | Description |
|---|---|
workspace |
Name of the workspace. The name is case sensitive. |
workspace_description |
Description of the workspace. |
An exception is raised if the user is not the workspace owner or does not have the WM_ADMIN_ROLE role.
The following example modifies the description of the NEWWORKSPACE workspace.
EXECUTE DBMS_WM.AlterWorkspace (`NEWWORKSPACE', 'Testing proposed scenario B');
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|