Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SYS and SYSTEM user password expired

user13148231Aug 20 2010 — edited Aug 20 2010
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
This post has been answered by 618702 on Aug 20 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 17 2010
Added on Aug 20 2010
12 comments
61,126 views