问题:命令提示符cmd 中可以登录user,但是sql developer不可以。

解决方法:用命令提示符修改密码,可以不知道原密码
set oracle_sid=ora回车(ora为默认数据库实例名)
sqlplus /nolog回车
conn / as sysdba回车
alter user system identified by manager;回车 (manager为新的密码) 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
猜你喜欢
  • 2021-12-08
  • 2021-08-31
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
相关资源
相似解决方案