Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

DROP RESOURCE POOL

Updated on 2024-12-19 GMT+08:00

Function

DROP RESOURCE POOL deletes a resource pool.

NOTE:

If a role has been associated with a resource pool, the 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

  • IF EXISTS

    Sends a notice instead of an error if the stored procedure does not exist.

  • pool_name

    Specifies the name of a created resource pool.

    Value range: a string. It must comply with the naming convention.

Example

Delete the resource pool named pool:

1
DROP RESOURCE POOL pool;
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback