ora-28007 password cannot be reused problem, version 9.2.0
Curtis Bell, March 15, 2004 - 10:34 am UTC
Thank you, it did work.
One note, using the OEM, once a value is selected for keeping either the Keep (value) password(s) or Keep for (value) day(s) the opposite changes to "Unlimited"--which is the Oracle 8i rule (ie: I set the Keep (value) password(s) to "30" and the OEM sets Keep for (value) day(s) to "unlimited"; I change Keep for (value) day(s) to "30" and the OEM changes the Keep (value) password(s) to "unlimited"). However, I had no problems setting both of the values in SQL*plus.
workaround
eric givler, March 15, 2004 - 1:36 pm UTC
We had a similar experience.
To reset the password to a "pre-established" default, we just issued:
alter user test_account profile none;
alter user test_account identified by dummy;
alter user test_account profile pwd_rules;
alter user test_account password expire; -- force change