Defining the Default Role for a User - Teradata Database - Teradata Vantage NewSQL Engine

Teradata Vantage™ - Database Administration

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-05-03
dita:mapPath
tgx1512080410608.ditamap
dita:ditavalPath
TD_DBS_16_20_Update1.ditaval
dita:id
ujp1472240543947
Product Category
Software
Teradata Vantage

To ensure that role privileges are available to users at log on, you must define a default role for each user that is a member of one or more roles. If you do not specify a default role, the user must employ the SET ROLE statement to select the operant role. For example:

SET ROLE  role_name;

or

SET ROLE ALL;

You can also use the SET ROLE statement to change from one role to another role within a session.

To ensure that the user is operating with the appropriate role, specify the default role for a user as follows
  1. From the client program of your choice, log on to Teradata Database as user DBADMIN.
  2. Modify the user, for example:
    MODIFY USER "GenUser1" AS
    STARTUP = ''
    DEFAULT DATABASE = "Personnel_Views"
    NO BEFORE JOURNAL
    NO AFTER JOURNAL
    COLLATION = HOST
    DEFAULT CHARACTER SET LATIN
    DATEFORM=INTEGERDATE
    TIME ZONE=NULL
    DEFAULT ROLE="Role_GenUser_2";