Some of my users show status EXPIRED(GRACE), i give the following command:
Alter profile default limit password_life_time unlimited;
All of such user become open but SYSMAN user still show;
SQL> select username,expiry_date,account_status from dba_users where account_status='EXPIRED(GRACE)';
USERNAME EXPIRY_DA ACCOUNT_STATUS
------------------------------ --------- --------------------------------
SYSMAN EXPIRED(GRACE)
What should i do.
Edited by: malhi on Nov 8, 2012 2:12 AM