DELETE_PLAN

2025-11-14 07:33:32  Updated

The DELETE_PLAN procedure deletes the specified plan and all directives referenced by this plan.

Syntax

DBMS_RESOURCE_MANAGER.DELETE_PLAN (
    plan IN VARCHAR2);

Parameters

The plan parameter specifies the name of the resource plan to be deleted.

Examples

obclient> CALL DBMS_RESOURCE_MANAGER.DELETE_PLAN('NIGHT');
Query OK, 0 rows affected

Contact Us