SET ROLE Examples | Teradata Vantage - SET ROLE Examples - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
ncd1596241368722.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

Example: Changing Current Role

This request changes the current role for a session to administration.

SET ROLE administration;

Example: Enabling All Roles

This request specifies that all roles and their nested database roles that have been granted to the user become current and active for a session.

SET ROLE ALL;

Example: Disabling Current Role SQL Data Control Language

These requests disable the current role for a session.

SET ROLE NONE;
SET ROLE NULL;

Example: Enabling EXTERNAL Role

This request resets the current set of roles for the session to the set of all directory roles assigned (mapped) to the external user making the request.

     SET ROLE EXTERNAL;