Example: Investigating Proxy User Activity in DBC.AccessLogV - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2022-02-15
dita:mapPath
ppz1593203596223.ditamap
dita:ditavalPath
wrg1590696035526.ditaval
dita:id
B035-1100
lifecycle
previous
Product Category
Teradata Vantage™
SEL ProxyUser(FORMAT 'X(10)'), QueryBand(FORMAT 'X(45)'),
  StatementText(FORMAT 'X(25)')
  from DBC.AccessLogV order by LogDate, LogTime;

 *** 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.