Skip to main content

DELETE_PLAN_DIRECTIVE

The DELETE_PLAN_DIRECTIVE procedure is used to delete a resource plan directive.

Syntax

DBMS_RESOURCE_MANAGER.DELETE_PLAN_DIRECTIVE (
plan IN VARCHAR2,
group_or_subplan IN VARCHAR2);

Parameters

ParameterDescription
planThe name of the resource plan.
group_or_subplanThe name of the group or subplan.

Examples

CALL DBMS_RESOURCE_MANAGER.DELETE_PLAN_DIRECTIVE('NIGHT','group2');
Query OK, 0 rows affected