【问题标题】:Oracle by default User names and passwordsOracle 默认用户名和密码
【发布时间】:2015-08-19 15:38:38
【问题描述】:

我安装了oracle 10g,但安装后当我来到sql+并输入默认用户名和密码SCOTT & TIGER时,它说帐户被锁定, 我什至尝试使用我在安装时输入的密码。

【问题讨论】:

    标签: sql oracle oracle10g sqlplus


    【解决方案1】:

    以 SYS 用户登录并解锁帐户

    sqlplus / as sysdba
    alter user scott account unlock;
    conn scott/tiger
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-01-30
      • 1970-01-01
      • 1970-01-01
      • 2016-12-19
      • 2018-07-10
      • 2016-02-08
      • 2018-03-19
      • 2018-04-17
      相关资源
      最近更新 更多