scott用户的密码不对,进入管理员用户,修改scott用户密码即可 
或者这样修改密码:
在运行栏里面敲:sqlplus(空格)/nolog 回车
接着在弹出框里面敲:conn sys/password as sysdba回车
提示已连接
最后敲:alter user scott identified by tiger;回车
alter user scott account unlock;回车(对SCOTT解锁)

密码变为 tiger

相关文章:

  • 2021-12-23
  • 2021-11-27
  • 2022-01-29
  • 2021-06-11
  • 2021-10-14
  • 2021-12-12
  • 2022-01-15
  • 2021-05-27
猜你喜欢
  • 2021-11-28
  • 2021-11-19
  • 2021-07-09
  • 2022-12-23
  • 2021-11-22
  • 2021-11-14
  • 2022-01-15
相关资源
相似解决方案