- From the client program of your choice, log on to Teradata Database as DBADMIN.
- 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.