Granting Privileges to a User - Analytics Database - Teradata Vantage

Database Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-10-04
dita:mapPath
pgf1628096104492.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
ujp1472240543947
lifecycle
latest
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;
    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.