Granting CREATE COMPUTE GROUP Privileges to the Compute Cluster Administrator - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549
Privilege  
Grant CREATE COMPUTE GROUP privilege to the compute cluster administrator with grant option. This allows the administrator to grant CREATE COMPUTE GROUP to other users.
The compute_group_name must be an existing compute group.
GRANT CREATE COMPUTE GROUP compute_group_name TO ClusterDBA WITH GRANT OPTION;
Allow the compute cluster administrator to drop compute groups.
Any compute profilesassociated with the compute groups must be dropped first.
GRANT DROP COMPUTE GROUP TO ClusterDBA;

Example: Granting COMPUTE GROUP Privileges to the Compute Cluster Administrator

  1. Log on as user DBC.
  2. Grant COMPUTE GROUP privilege to the compute cluster administrator and allow the compute cluster administrator the ability to grant COMPUTE GROUP to other users using the WITH GRANT OPTION clause:
    GRANT CREATE COMPUTE GROUP TO ClusterDBA WITH GRANT OPTION;

For grant statement syntax, see GRANT CREATE COMPUTE GROUP.