Granting Privileges to a User - Advanced SQL Engine - Teradata Database

Database Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
rgu1556127906220.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1093
lifecycle
previous
Product Category
Teradata Vantageâ„¢
  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;
    where:
    • The ON clause is based on the values of the Database Name, Object Type, and Objects fields.
    • The TO clause is based on the user selected from the To/From User tab.