IT貓撲網(wǎng):您身邊最放心的安全下載站! 最新更新|軟件分類|軟件專題|手機版|論壇轉(zhuǎn)貼|軟件發(fā)布

您當前所在位置: 首頁數(shù)據(jù)庫Oracle → Oracle 10g忘記system,sys密碼的解決辦法。

Oracle 10g忘記system,sys密碼的解決辦法。

時間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評論(0)

  Microsoft Windows XP [版本 5.1.2600]

  (C) 版權(quán)所有 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

關(guān)鍵詞標簽:Oracle,解決辦法

相關(guān)閱讀

文章評論
發(fā)表評論

熱門文章 Oracle中使用alter table來增加,刪除,修改列的語法 Oracle中使用alter table來增加,刪除,修改列的語法 oracle中使用SQL語句修改字段類型-oracle修改SQL語句案例 oracle中使用SQL語句修改字段類型-oracle修改SQL語句案例 誤刪Oracle數(shù)據(jù)庫實例的控制文件 誤刪Oracle數(shù)據(jù)庫實例的控制文件 為UNIX服務器設置Oracle全文檢索 為UNIX服務器設置Oracle全文檢索

相關(guān)下載

    人氣排行 oracle中使用SQL語句修改字段類型-oracle修改SQL語句案例 Oracle中使用alter table來增加,刪除,修改列的語法 ORACLE SQL 判斷字符串是否為數(shù)字的語句 ORACLE和SQL語法區(qū)別歸納(1) oracle grant 授權(quán)語句 ORACLE修改IP地址后如何能夠使用 如何加速Oracle大批量數(shù)據(jù)處理 Oracle刪除表的幾種方法