Grant User Membership in a Role | Teradata VantageCloud Lake - Granting User Membership in a Role - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

After creating database users, grant those users membership in one or more roles to provide the required database access privileges.

  1. From the client program of your choice, log on to Vantage as user DBADMIN.
    Related: CREATE ROLE
  2. Run a GRANT request similar to the following:
    Grant "Role_1" To "GenUser1";

    Related: GRANT (SQL Form)

  3. Repeat this procedure for each role to which a user requires membership.