DELETE_CONSUMER_GROUP
The DELETE_CONSUMER_GROUP procedure is used to delete a consumer group.
Syntax
DBMS_RESOURCE_MANAGER.DELETE_CONSUMER_GROUP (
consumer_group IN VARCHAR2);
Parameters
consumer_group specifies the name of the consumer group to be deleted.
Examples
CALL DBMS_RESOURCE_MANAGER.DELETE_CONSUMER_GROUP ('group1');
Query OK, 0 rows affected