My 11g2 database on Redhat 5 has sys and system user password expired
SQL> select username,account_status,EXPIRY_DATE
from dba_users where username like 'SYS%';
2
USERNAME ACCOUNT_STATUS EXPIRY_DA
------------------------------ -------------------------------- ---------
SYSMAN OPEN
SYSTEM OPEN 15-FEB-11
SYS OPEN 15-FEB-11
But I can still connect the databsae with t expired password.
Do I need worry about the expiration of these user's password? For a normal user, I connot login with expired password