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 -> Problems with V8 Password Aging on NT

Problems with V8 Password Aging on NT

From: David G. Anderson <danderson_at_skillbuilders.com>
Date: 1998/02/07
Message-ID: <34DCA573.60170299@skillbuilders.com>#1/1

Greetings:

Seems like any attempt to create a password_life_time < 1 day on NT causes grief.
E.g.

CREATE PROFILE x LIMIT
  password_life_time 1/12; -- actually used 1/1440 to speed up test....

ALTER USER dave PROFILE x;

then, upon connecting to dave:
SQL> connect dave/dave_at_office1
ERROR:
ORA-28002: the account will expire within 24855 days

AND, the account never expires! This technique works on Personal Oracle8 on W95.
Has anyone seen a fix for this problem? Am I missing something?

Thanks.
Dave Anderson Received on Sat Feb 07 1998 - 00:00:00 CST

Original text of this message

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