vczzz

对于新手来说,经常忘记这个是很烦的事情,因为有的时候学的东西用不到数据库,而要用到数据库就忘记密码,

下面就摆脱这个尴尬吧!

1.启动sqlplus

2.请输入用户名:  sqlplus/as sysdba

3.输入口令: 直接回车

4.连接到:

   Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

   With the Partitioning, OLAP, Data Mining and Real Application Testing options

   SQL>alter user sys identified by admin;

  用户已更改。



  SQL> conn sys/admin as sysdba;
  已连接。

  SQL> alter user system identified by manager;



  用户已更改。

  就OK了!

还有一种通过https://localhost:1158/em的解决办法,个人感觉不太好用,网上有教程,可自行搜素。

分类:

技术点:

相关文章:

  • 2021-06-21
  • 2021-11-20
  • 2022-01-18
  • 2021-12-06
  • 2021-08-10
  • 2021-04-07
猜你喜欢
  • 2021-06-07
  • 2021-09-09
  • 2021-12-31
  • 2021-05-26
  • 2021-12-29
  • 2022-12-23
  • 2021-10-10
相关资源
相似解决方案