Revoking UDT-Related Privileges - Advanced SQL Engine - Teradata Database

SQL Data Control Language

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
lmb1556233084626.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1149
lifecycle
previous
Product Category
Teradata® Vantage™ NewSQLEngine

The following examples provide a representative sample of how to revoke UDT-related privileges:

     REVOKE UDTUSAGE
     ON SYSUDTLIB
     FROM tester1;

     REVOKE UDTMETHOD
     ON SYSUDTLIB
     FROM User_DBA;

     REVOKE UDTMETHOD
     ON SYSUDTLIB
     FROM Developer_Role;

For More Information

See the following topics for information about UDT-related privileges: