Password Changes By User Using Logminer

Question:

How to track the password changes made by some user using the logminer with the archived logs? 

Answer:

Code:

Enter user-name: / as sysdba

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> desc user$
 Name        Null?    Type
 ----------------------------------------- -------- ----------------------------
 USER#        NOT NULL NUMBER
 NAME        NOT NULL VARCHAR2(30)
 TYPE#        NOT NULL NUMBER
 PASSWORD         VARCHAR2(30)
 DATATS#       NOT NULL NUMBER
 TEMPTS#       NOT NULL NUMBER
 CTIME        NOT NULL DATE
 PTIME          DATE
 EXPTIME         DATE
 LTIME          DATE
 RESOURCE$       NOT NULL NUMBER
 AUDIT$          VARCHAR2(38)
 DEFROLE       NOT NULL NUMBER
 DEFGRP#         NUMBER
 DEFGRP_SEQ#         NUMBER
 ASTATUS       NOT NULL NUMBER
 LCOUNT        NOT NULL NUMBER
 DEFSCHCLASS         VARCHAR2(30)
 EXT_USERNAME         VARCHAR2(4000)
 SPARE1          NUMBER
 SPARE2          NUMBER
 SPARE3          NUMBER
 SPARE4          VARCHAR2(1000)
 SPARE5          VARCHAR2(1000)
 SPARE6          DATE
 

PTIME was when password was last changed 

Have a Oracle Question
Do you have an Oracle Question?

Oracle Books
Oracle Certification, Database Administration, SQL, Application, Programming Reference Books

Oracle Application
Oracle Application Hints and Tips

Oracle Home
Oracle Database, SQL, Application, Programming Tips

All the site contents are Copyright © www.erpgreat.com and the content authors. All rights reserved.
All product names are trademarks of their respective companies.
The site www.erpgreat.com is not affiliated with or endorsed by any company listed at this site.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
 The content on this site may not be reproduced or redistributed without the express written permission of
www.erpgreat.com or the content authors.