Search

Unable to start OIDMON in opmnctl

If you are below errors while starting opmnctl

[pid: 29628] [tid: 0] Guardian: Connecting to database, connect string is oiddb
[pid: 29628] [tid: 0] Guardian: [gsdsiConnect] ORA-28001, ORA-28001: the password has expired
[pid: 29628] [tid: 0] Guardian: [oidmon]: Unable to connect to database,
            will retry again after 10 sec


It looks like your ODS user password is expired.


Connect to DB and exectue below commands to reset password.

sql>alter user ods identified by <password>;
sql>alter user ODSSM identified by <password>;
sql>alter user DEV_OAM identified by <password>;
sql>alter user DEV_IAU identified by <password>;
sql> commit;

Now you should able to start oidmon from opmnctl.

To make all users account password never expires Click Here

No comments: