DROP RESOURCE POOL

Function

Deletes a resource pool.

If a role has been associated with a resource pool, this resource pool cannot be deleted.

Precautions

The user must have the DROP permission in order to delete a resource pool.

Syntax

1
DROP RESOURCE POOL [ IF EXISTS ] pool_name;

Parameter Description

Examples

Delete the resource pool named pool:

1
DROP RESOURCE POOL pool;

Helpful Links

ALTER RESOURCE POOL, CREATE RESOURCE POOL