zoukankan      html  css  js  c++  java
  • oracle 忘记 system sys用户名密码的解决办法

    打开SQL plus

    随便找个用户登录

    最后输入commit;

    Microsoft Windows XP [版本 5.1.2600]

    (C) 版权所有 1985-2001 Microsoft Corp.

    C:-Documents and Settings-Administrator>sqlplus /nolog

    SQL*Plus: Release 10.1.0.2.0 - Production on 星期六 6月 26 11:08:34 2010

    Copyright (c) 1982, 2004, Oracle.All rights reserved.

    SQL> conn /as sysdba

    Connected.

    SQL> alter user system identified by "123456";

    User altered.

    SQL> alter user sys identified by "123456";

    User altered.

    SQL> alter user system identified by "123456";

    User altered.

    SQL> exit

    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Pr

    oduction

    With the Partitioning, OLAP and Data Mining options

    C:-Documents and Settings-Administrator>sqlplus

    SQL*Plus: Release 10.1.0.2.0 - Production on 星期六 6月 26 11:11:34 2010

    Copyright (c) 1982, 2004, Oracle.All rights reserved.

    Enter user-name: system

    Enter password:

    Connected to:

    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production

    With the Partitioning, OLAP and Data Mining options

    SQL>select instance_name from v$instance;

    INSTANCE_NAME

    --------------------------------

    myfirstoracledb

  • 相关阅读:
    HIFU控制器的显示板
    风扇控制板
    直流源控制板
    HIFU的心脏
    强劲的全桥驱动
    脑电模块
    另一个12导联心电模块
    数据处理,pandas方面遇到的问题
    6.13 django
    python 零基础学习之路-06 常用模块
  • 原文地址:https://www.cnblogs.com/wangyt223/p/2664826.html
Copyright © 2011-2022 走看看