DROP RESOURCE POOL

Function

DROP RESOURCE POOL deletes a resource pool.

The resource pool cannot be deleted if it is associated with a role.

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

A resource pool can be independently deleted only when it is not associated with any users.

Example

Delete a resource pool.

DROP RESOURCE POOL pool1;

Links

ALTER RESOURCE POOL, CREATE RESOURCE POOL