sqlplus /nolog

conn /as sysdba

alter user user_name identified by pwd

重置密码

如果用户锁了,可以用下面的命令解锁
alter user user_name unlock

相关文章:

  • 2021-10-15
  • 2022-12-23
  • 2021-12-20
  • 2022-02-10
  • 2021-12-15
  • 2021-12-05
  • 2022-12-23
  • 2022-01-22
猜你喜欢
  • 2021-12-05
  • 2022-01-19
  • 2021-10-24
  • 2021-12-05
  • 2021-11-01
相关资源
相似解决方案