1、开始--->运行输入cmd

2、输入:sqlplus

3、输入用户名:sqlplus/as sysdba

4、输入口令:回车确定

5、链接到:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

6、修改密码:

用户名:SYSTEM

密码:orcl

SQL> alter user SYSTEM identified by "orcl";
用户已更改。

Oracle 修改system密码

相关文章:

  • 2021-12-09
  • 2021-12-10
  • 2021-12-10
  • 2021-12-20
  • 2021-11-16
猜你喜欢
  • 2021-12-10
  • 2022-12-23
  • 2021-11-28
  • 2021-11-28
  • 2022-12-23
  • 2021-11-11
  • 2021-12-08
相关资源
相似解决方案