11g OEM ORA-28001: the password has expired (DBD ERROR: OCISessionBegin)
Oracle : Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
PL/SQL Release 11.1.0.6.0 - Production
CORE 11.1.0.6.0 Production
TNS for 64-bit Windows: Version 11.1.0.6.0 - Production
NLSRTL Version 11.1.0.6.0 - Production
os : win 2003 server 64 bit
Issue : OEM ORA-28001: the password has expired (DBD ERROR: OCISessionBegin)
OEM screen showing database down and listener up with the above error
I checked the following
select username,ACCOUNT_STATUS,EXPIRY_DATE from dba_users where username='DBSNMP'
USERNAME ACCOUNT_STATUS EXPIRY_DATE
------------------------------ -------------------------------- -------------------------
DBSNMP EXPIRED 12-SEP-09 10G 11G
What are steps need to follow to activate OEM again other than changing the pwd of DBSNMP
Any help available on this ?