Using SHOW AUTHORIZATION - Advanced SQL Engine - Teradata Database

Teradata Vantageā„¢ - Native Object Store Getting Started Guide

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

SHOW AUTHORIZATION authorization_object returns the definition of an authorization object.

  1. Show the definition of the authorization object.
    SHOW AUTHORIZATION authorization_object;

    See Variable Substitutions for Examples for the credentials and location values for the sample river flow data set.

    For example:

    SHOW AUTHORIZATION NOS_USR.DefAuth;

    Result:

    CREATE AUTHORIZATION NOS_USR.DefAuth
    AS DEFINER TRUSTED
    USER 'YOUR-ACCESS-KEY-ID';

    Note, the password is not returned.