16.10 - Granting Privileges to a User - Teradata Database

Teradata Database Administration

Product
Teradata Database
Release Number
16.10
Published
April 2018
Language
English (United States)
Last Update
2018-04-26
dita:mapPath
qjg1509413559832.ditamap
dita:ditavalPath
changebar_rev_16_10_exclude_audience_ie.ditaval
dita:id
ujp1472240543947
  1. From the client program of your choice, log on to Teradata Database 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.