| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_RESOURCE_MANAGER, 6 of 19
This procedure deletes the specified plan and all of its descendants (plan directives, subplans, consumer groups). Mandatory objects and directives are not deleted.
DBMS_RESOURCE_MANAGER.DELETE_PLAN_CASCADE ( plan IN VARCHAR2);
| Parameters | Description |
|---|---|
plan |
Name of plan. |
If DELETE_PLAN_CASCADE encounters any error, then it rolls back, and nothing is deleted.
Defaults are:
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|