The DELETE_CONSUMER_GROUP procedure deletes a resource consumer group.
Syntax
DBMS_RESOURCE_MANAGER.DELETE_CONSUMER_GROUP (
consumer_group IN VARCHAR2);
Parameters
The consumer_group parameter specifies the name of the resource consumer group to be deleted.
Examples
CALL DBMS_RESOURCE_MANAGER.DELETE_CONSUMER_GROUP ('group1');