`

Oracle10g忘记密码

阅读更多

[simonsun@magic ~]$ sudo /etc/init.d/oracle10g stop
Stopping Oracle10g: iSQL*Plus 10.2.0.1.0
Copyright (c) 2003, 2005, Oracle.  All rights reserved.
Stopping iSQL*Plus ...
iSQL*Plus stopped.
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0  
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
http://magic.linux:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
 ...  Stopped.

LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-SEP-2009 16:51:37

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
The command completed successfully
[simonsun@magic ~]$ su oracle
口令:
[oracle@magic simonsun]$ cd ~
[oracle@magic ~]$ export ORACLE_BASE=/home/oracle
[oracle@magic ~]$ export ORACLE_HOME=$ORACLE_BASE/database
[oracle@magic ~]$ export ORACLE_SID=SUNORA
[oracle@magic ~]$ export PATH=$ORACLE_HOME/bin:$PATH
[oracle@magic ~]$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib
[oracle@magic ~]$ export PATH
[oracle@magic ~]$ cd $ORACLE_HOME

( 注,如果已经配置在环境变量里,可以不用这样手动配置 )


[oracle@magic database]$ ./bin/isqlplusctl start
iSQL*Plus 10.2.0.1.0
Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Starting iSQL*Plus ...
iSQL*Plus started.
[oracle@magic database]$ ./bin/sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Sep 7 16:54:40 2009

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

SQL> conn /as sysdba;
Connected to an idle instance.
SQL> startup
ORACLE instance started.

Total System Global Area  608174080 bytes
Fixed Size                  1220820 bytes
Variable Size             184553260 bytes
Database Buffers          415236096 bytes
Redo Buffers                7163904 bytes
Database mounted.
Database opened.
SQL> alter user sys identified by PasSwOrd;

User altered.

SQL> alter user system identified by PasSwOrd;

User altered.

SQL> shutdown
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@magic database]$ exit
[simonsun@magic ~]$ sudo /etc/init.d/oracle10g start
Starting Oracle10g:
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-SEP-2009 17:04:34

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Starting /home/oracle/database/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /home/oracle/database/network/admin/listener.ora
Log messages written to /home/oracle/database/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=magic.linux)(PORT=1521)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date                07-SEP-2009 17:04:34
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /home/oracle/database/network/admin/listener.ora
Listener Log File         /home/oracle/database/network/log/listener.log
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=magic.linux)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
Processing Database instance "SUNORA": log file /home/oracle/database/startup.log
iSQL*Plus 10.2.0.1.0
Copyright (c) 2003, 2005, Oracle.  All rights reserved.
iSQL*Plus instance on port 5560 is already running ...
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0  
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
http://magic.linux:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control .......................... started.
------------------------------------------------------------------
Logs are generated in directory /home/oracle/database/magic.linux_SUNORA/sysman/log
[simonsun@magic ~]$ su oracle
口令:
[oracle@magic simonsun]$ cd
[oracle@magic ~]$ export ORACLE_BASE=/home/oracle
[oracle@magic ~]$ export ORACLE_HOME=$ORACLE_BASE/database
[oracle@magic ~]$ export ORACLE_SID=SUNORA
[oracle@magic ~]$ export PATH=$ORACLE_HOME/bin:$PATH
[oracle@magic ~]$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib
[oracle@magic ~]$ export PATH
[oracle@magic ~]$ export ORACLE_HOME=/home/oracle/database/
[oracle@magic ~]$ cd $ORACLE_HOME
[oracle@magic database]$ ./bin/sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Sep 7 17:10:41 2009

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

Enter user-name: sys/PasSwOrd@SUNORA as sysdba

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

分享到:
评论

相关推荐

    oracle 10g默认用户名、密码解锁

    ### Oracle 10g 默认用户名、密码解锁 在Oracle 10g数据库系统中,默认情况下会设置一些预定义的账号,这些账号对于系统的初始化配置、维护以及管理具有重要作用。随着时间的推移,用户可能会忘记这些账号的登录...

    如果忘记了Oracle Database 10g 管理员用户口令怎么办

    ### 如果忘记了Oracle Database 10g 管理员用户口令怎么办 在日常的数据库管理工作中,可能会遇到忘记管理员用户口令的情况。这不仅会给日常工作带来不便,还可能会影响到系统的正常运行。针对这种情况,本文将详细...

    Oracle相关技术-解决忘记oracle管理员密码等

    在Oracle数据库管理中,有时会出现忘记管理员密码的情况,这无疑会给数据库操作带来困扰。本文将详细介绍如何解决这一问题,同时还会涉及Oracle 10g中创建只读用户的语法以及Oracle数据库的连接字符设置。 首先,当...

    Oracle11G密码重置

    Oracle11G是一款广泛使用的数据库管理系统,其安全性是企业数据管理的重要组成部分。当忘记或需要重置用户密码时,按照一定...通过上述步骤和注意事项,你可以有效地处理忘记密码的情况,并确保数据库系统的稳定运行。

    Oracle10g文档(Windows)

    Oracle10g在Windows环境下的安装、升级和卸载是一个涉及多个步骤的过程,需要谨慎处理以确保系统的稳定性和数据的安全性。以下是对这些关键环节的详细说明: **一、Oracle10g以下版本的卸载** 在升级或重装Oracle10...

    Oracle10g客户端安装与配置说明

    Oracle 10g客户端是Oracle数据库的一个组成部分,它允许用户连接到远程或本地的Oracle数据库服务器,执行查询、数据管理和其他数据库操作。本说明将详细阐述Oracle 10g客户端的安装步骤和配置过程,帮助你顺利搭建...

    Oracle 11g的下载与安装

    建议密码尽量简单且不易忘记。 8. **进行条件检查**:Oracle安装程序会对系统进行条件检查,即使某些检查失败也可以选择继续安装。 9. **等待安装完成**:安装过程可能需要10-20分钟的时间,请耐心等待。 #### 五、...

    解决oracle 10g以SYS身份登录失败的方法

    在Oracle 10g中,可以使用`orapwd`命令来创建或更新密码文件。例如: ```bash orapwd file=/path/to/orapwSID entries=2 ignorecase=N ``` 这里的`file`参数指定了密码文件的路径,`entries`参数表示密码文件中可以...

    oracle 11g忘记sys和system用户密码的解决方法 - 数据库 - 道客巴巴.png

    oracle 11g忘记sys和system用户密码的解决方法 - 数据库 - 道客巴巴.png

    Oracle10g数据库的安装(win7)

    ### Oracle10g数据库在Win7上的安装指南 #### 一、安装前的准备工作与注意事项 **1. 获取Oracle10g安装包** - **获取途径:** - 直接获取Oracle10g的安装程序; - 从Oracle技术网(OTN)下载光盘映像。 - **...

    oracle11g使用手册

    - **忘记密码**:确保记住设置的密码,因为之后需要使用它来登录Oracle 11g Web控制台。 - **先决条件检查失败**:如果出现先决条件检查失败的情况,可以通过以下方式解决: - 忽略所有警告继续安装。 - 执行命令`...

    oracle 入门知识 解压密码忘了

    然而,当你遇到一个压缩包文件,如"oracleppt",且忘记了解压密码时,可能会面临一些挑战。下面我们将详细介绍Oracle入门知识,并提供一些解决压缩包密码问题的建议。 一、Oracle基础知识 1. 数据库概念:Oracle...

    oracle11g管理员密码忘记怎么办 sqlplus解决忘记密码问题

    以下是一份详细的步骤指南,教你如何使用sqlplus来解决Oracle 11g管理员密码忘记的问题。 首先,确保你有操作系统级别的权限,能够以管理员身份登录到运行Oracle数据库服务的服务器。在Windows系统中,你可以通过...

    Oracle11g安装教程

    - 注意:文中提到“记住登录密码”,在安装过程中会提示输入两次密码进行确认,以确保不会忘记。同时建议使用复杂且不易被猜到的密码来增加安全性。 7. **安装完成**: - 完成以上步骤后,安装向导会自动执行安装...

    oracle 重置sys密码的方法介绍

    如何重置oracle 10g SYS 的密码 安装完oracle 10g后,竟然将安装时设置的系统密码忘记。在同事的帮助下通过一下方法解决。 1.oracle的密码文件存在于:oracle_home/database/pwd<sid>.ora 2.使用orapwd 重置SYS密码 ...

    oracle for linux(11g&12c;)

    可以为 oracle 用户设置密码: passwd oracle 四、修改内核参数 在安装 Oracle 之前,需要修改内核参数。可以打开/etc/sysctl.conf 文件,并在文件末尾增加以下内容: fs.aio-max-nr = 1048576 fs.file-max = ...

    oracle10g安装教程.rar

    Oracle 10g是一款经典的关系型数据库管理系统,广泛应用于企业级的数据存储和管理。本教程将详细介绍Oracle 10g的安装步骤,帮助你成功在你的计算机上搭建Oracle数据库环境。 首先,安装前的准备工作至关重要。确保...

    oracle 9i/10g/11g常见安全管理问题

    ### Oracle 9i/10g/11g 常见安全管理问题解析 #### 一、概述 在Oracle数据库的运维过程中,安全管理是至关重要的一个环节。Oracle 9i/10g/11g作为广泛应用的企业级数据库版本,在安全性方面提供了丰富的功能和配置...

    Oracle 忘记密码的找回方法

    当管理员意外忘记密码时,数据库的正常运维可能会受到严重影响。本文将详细介绍如何在Oracle 11g环境中找回忘记的数据库管理员(DBA)密码,包括 SYS 和 SYSTEM 用户的密码。 首先,当你发现自己无法访问Oracle...

Global site tag (gtag.js) - Google Analytics