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

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
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.