Tracking Password Changes | Teradata Vantage - Tracking Changes to Passwords - 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ā„¢

The DBC.DBase table stores the date and time a password was last changed by a user.

Query the DBC.UsersV view, which references the DBC.DBase table and other system tables, selecting the columns PasswordLastModDate and PasswordLastModTime, to see the latest activities against passwords, for example:

SELECT UserName, PasswordLastModDate, PasswordLastModTime FROM DBC.Users;
 *** Query completed. 6 total rows found. 3 columns returned.
 *** Total elapsed time was 1 second.
UserName               PasswordLastModDate  PasswordLastModTime
---------------------  -------------------  -------------------
DBC                               07/06/25             12:15:27
TDPUSER                           07/06/25             12:24:25
SystemFe                          07/06/25             12:24:31
SysAdmin                          07/06/25             12:24:31
Crashdumps                        07/06/25             12:29:01
Sys_Calendar                      07/06/25             12:29:0