Granting Privileges to a User
1 Start Teradata Administrator and log on as DBADMIN.
2 From the main screen, click the Preview Mode button to allow future display of generated SQL.
3 Click Tools>Grant/Revoke>Object Rights.
4 In the Grant/Revoke Objects dialog, specify the following:
For details, see “Granting Database Privileges to User DBADMIN” on page 35.
5 Click the Grant button. The Query Window displays the generated GRANT statement similar to:
GRANT privilege
ON database_object_name
TO username;
where
6 In the Query Window, click the Run Query button. Query Complete message appears in the bottom left corner of the main window when the query executes.
7 Close the Query Window and the Grant/Revoke Objects dialog box.
8 Log off Teradata Administrator.