Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: When was password changed?

Re: When was password changed?

From: Joe <nospam_at_joekaz.net>
Date: 16 Jan 2004 05:28:10 -0800
Message-ID: <b9c56449.0401160528.59d5641a@posting.google.com>


Daniel Morgan <damorgan_at_x.washington.edu> wrote in message news:<1074127927.269013_at_yasure>...
> Forte Agent wrote:
>
> > Given a database schema, is there some way to find out when its
> > password was last changed? Thank you in advance.
> >
>
> SELECT *
> FROM user_history$;
>
> Provided, of course, you are using a PROFILE to control such goings on.

If you are not using profiles to control password strength (but you should be), then another option is Oracle's audit trail. If you have auditing on, and if you are auditing ALTER USER, then the audit trail may help. Keep in mind that this only tells you that an alter user was done, but it could have been a DBA altering that user's temp tablespace or something. If it shows that user altering themself, then it's most likely a password change.

--
Joe
http://www.cafeshops.com/joekaz
http://www.joekaz.net
Received on Fri Jan 16 2004 - 07:28:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US