Granting Privileges to a User - 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
  1. From the client program of your choice, log on to Vantage as DBADMIN.
  2. Run a GRANT request similar to the following:
    GRANT privilege 
    ON database_object_name 
    TO username;
    privilege
    Privilege to grant to the user.
    database_object_name
    Database object on which to grant privilege to user.
    Based on the values of the Database Name, Object Type, and Objects fields.
    username
    User to whom to grant privilege on database object.
    Based on the user selected from the To/From User tab.

    Related: GRANT (SQL Form)