例: DBC.QryLogVでのプロキシ ユーザー アクティビティの調査 - Teradata Database - Teradata Vantage NewSQL Engine

Teradata Vantage™ NewSQL Engineセキュリティ管理

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
2019年3月
Language
日本語
Last Update
2019-10-29
dita:mapPath
ja-JP/rmm1512082852218.ditamap
dita:ditavalPath
ja-JP/rmm1512082852218.ditaval
dita:id
B035-1100
Product Category
Software
Teradata Vantage
SEL ProxyUser(FORMAT 'X(10)'), ProxyRole(FORMAT 'X(10)'), querytext(FORMAT 'X(40)')
from DBC.QryLogV
where username='eCRM' order by StartTime, queryid;

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

ProxyUser  ProxyRole  QueryText
---------- ---------- --------------------------------------------------------------
DG708      Web        SET QUERY_BAND = 'PROXYUSER=DG708’
DG708      Web        SEL * FROM table5;
DG708      Web        INS table5(c1Val,c2Val);
DG708      Web        SEL * FROM table5;
+--------+--------+--------+--------+--------+---------+--------+------+------+------

クエリー ロギングの詳細については、<Teradata Vantage™ - データベース管理、B035-1093>を参照してください。