X Agent Registration Failed! Error: ORA-28000: The account is locked.

Remote Scheduler Registration Fails

[oracle@sdb3 ~]$ echo oracle | schagent -registerdatabase sdb1 8080
Agent Registration Password ?
Oracle Scheduler Agent Registration for 19.3.0.0.0 Agent
Agent Registration Failed!
Error: ORA-28000: The account is locked.
[oracle@sdb3 ~]$ echo oracle | schagent -registerdatabase sdb1 8080
Agent Registration Password ?
Oracle Scheduler Agent Registration for 19.3.0.0.0 Agent
Agent Registration Successful!
[oracle@sdb3 ~]$

oracle sharding 注册的时候 锁住了 

  • I re-ran dbms_scheduler.set_agent_registration_pass('pwd');

    Even though I set the password to what i knew it to already be, this seems to have fixed the problem.

原文地址:https://www.cnblogs.com/chendian0/p/13542360.html