Database Level Logging - 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
ft:locale
en-US
ft:lastEdition
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
Product Category
Teradata Vantage™

When a BEGIN LOGGING statement specifies logging at the database level, actions requested against all objects in that database generate log entries.

To illustrate this, assume that DatabaseA contains several tables, and that PUBLIC has the INSERT privilege only on Table1.

A current access log rule is based on:

BEGIN LOGGING ON FIRST INSERT ON DatabaseA ;
Subsequently, if users other than the owner submit INSERT statements against tables in DatabaseA, the log entries show:
  • “Granted” for the first insert into Table1
  • “Denied” for the first attempt to insert into any other table in DatabaseA