oracle 11g system 用户的默认密码是什么? 其他系统用户的呢?

在线等!!!!
2024-11-08 00:27:47
推荐回答(3个)
回答(1):

  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;

      用户已更改。

      就搞定啦!

    出处:http://www.cxybl.com/html/wlbc/db/Oracle/20120520/24787.html

回答(2):

system 用户的默认密码是manager。

回答(3):

那你就不是默认密码,能登陆到安装oracle的机器不,能的话用系统认证上去把system密码改掉