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

在线等!!!!

    启动sqlplus

    请输入用户名:  sqlplus/as sysdba

    输入口令: 直接回车

    连接到:

       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

温馨提示:答案为网友推荐,仅供参考
第1个回答  2011-08-19
system 用户的默认密码是manager。追问

错了啊 登不进!

追答

这个是不是有人改了呀,这个的确默认是manager。

第2个回答  2011-08-19
那你就不是默认密码,能登陆到安装oracle的机器不,能的话用系统认证上去把system密码改掉
相似回答