Skip to main content
Question

Last Date of Password change


Forum|alt.badge.img+6

Is there a way to find the details related to when was the last time a user password was changed?

2 replies

Srikanth
Superhero (Partner)
Forum|alt.badge.img+18
  • Superhero (Partner)
  • 291 replies
  • March 20, 2023

This query should get you the required info (needs to run as SYS user):

Select name, password_date "Password Changed date"
from sys.user$ A, sys.user_history$ B
where A.user# = B.user# 
order by password_date;


Forum|alt.badge.img+6
  • Author
  • Do Gooder (Partner)
  • 17 replies
  • March 20, 2023

Hi @Srikanth 

Thank you for the details. What causes entries to be created in table user_history$? I am unable to see anything in the table in our demo environment. I changed the password of an account but still didn’t create an entry in the table.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings