Example: Investigating Proxy User Activity in DBC.AccessLogV - 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™
SEL ProxyUser(FORMAT 'X(10)'), QueryBand(FORMAT 'X(45)'),
  StatementText(FORMAT 'X(25)')
  from DBC.AccessLogV order by LogDate, LogTime;

Result:

 *** Query completed. 3 rows found. 3 columns returned.
 *** Total elapsed time was 1 second.

ProxyUser  QueryBand                                     StatementText
-------------------------------------------------------- ------------------------
DG708      =S> PROXYUSER=DG708;PROXYROLE=web;App=eCRM    SEL * from table5;
DG708      =S> PROXYUSER=DG708;PROXYROLE=web;App=eCRM    INS table5(c1Val,c2Val);
DG708      =S> PROXYUSER=DG708;PROXYROLE=web;App=eCRM    SEL * from table5;
+--------+---------+--------+--------+--------+--------+--------+------+-------+-
=S> indicates that this is a session query band.