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.

上一篇:scheduler的调度规则


下一篇:scrapy 源码解析 (三):启动流程源码分析(三) ExecutionEngine执行引擎