the account is locked解决办法:

 

1、进入sqlplus

sqlplus "/as sysdba"

 

2、解锁:

alter user hpmng account unlock;

 

3、修改密码:

alter user hporg identified by hporg;

 

相关文章:

  • 2022-12-23
  • 2021-10-10
  • 2021-09-26
  • 2021-12-16
  • 2021-12-31
  • 2022-01-20
  • 2021-12-22
猜你喜欢
  • 2022-01-31
  • 2022-02-18
  • 2021-04-30
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-10-21
相关资源
相似解决方案