zoukankan      html  css  js  c++  java
  • Oracle10g忘记system,sys密码的解决办法。

    代码
    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) 
    19822004, 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) 
    19822004, 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

    ////////////////////////////////
    ////////Sixi. Let it be.../////
    //////////////////////////////

  • 相关阅读:
    4. Qt的容器类
    hdu 4507 数位dp(求和,求平方和)
    MVC3和MVC4中CRUD操作
    SSL 中证书能否够使用IP而不是域名
    TinyXml快速入门(一)
    C++ TinyXml操作(含源码下载)
    Tinyxml 操作XML
    msxml 操作xml
    MFC中全局变量的定义及使用
    VC++中操作XMLWin32实例
  • 原文地址:https://www.cnblogs.com/sixiweb/p/1765702.html
Copyright © 2011-2022 走看看