Example: Logging Denials for a Specified User on a Specified Object - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ied1556235912841.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1100
lifecycle
previous
Product Category
Teradata Vantageā„¢

Log all denials of Joe Smith to archive the employee_record table in the secure_database, to track any rows not included in the archive, for example:

BEGIN LOGGING DENIALS
ON EACH DUMP
FOR CONSTRAINT Security_Classification
BY JoeSmith
ON TABLE secure_database.employee_record;