Example: Logging Denials for a Specified User on a Specified Object - Analytics Database - Teradata Vantage

Security Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
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;