sysman account is locked, as change in RAC
sysman account is locked
select username , expiry_date , account_status
from dba_users
order by account_status, expiry_date, username;
SYSMAN 04/06/14 LOCKED(TIMED)
the emoms.trc file tells me the account is locked
[HTTPThreadGroup-4] ERROR conn.ConnectionService verifyRepositoryEx.891 - Invalid Connection Pool. ERROR = ORA-28000: the account is locked
How I can change it in a RAC environment?
Someone can help me, thanks