• oracel故障数据恢复 ora01033错误解决过程.


    C:\Documents and Settings\Administrator>sqlplus  /nolog
    SQL*Plus: Release 9.2.0.1.0 - Production on 星期四 5月 27 12:35:02 2010
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    SQL> conn sys/nj1005@awddb as sysdba;
    已连接。
    SQL> shutdown immediate;
    ORA-01109: 数据库未打开
    已经卸载数据库。
    ORACLE 例程已经关闭。
    SQL> startup;
    ORACLE 例程已经启动。
    Total System Global Area  135338868 bytes
    Fixed Size                   453492 bytes
    Variable Size             109051904 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 667648 bytes
    ORA-01991: ???????'D:\oracle\ora92\DATABASE\PWDawddb.ORA'
    SQL> host del D:\oracle\ora92\DATABASE\PWDawddb.ORA;
    SQL> host orapwd file=D:\oracle\ora92\DATABASE\PWDawddb.ORA password=system entr
    ies=10;
    SQL> alter database open;
    数据库已更改。
    SQL> conn / as sysdba;
    已连接。
    SQL> shutdown immediate;
    数据库已经关闭。
    已经卸载数据库。
    ORACLE 例程已经关闭。
    SQL> startup;
    ORACLE 例程已经启动。
    Total System Global Area  135338868 bytes
    Fixed Size                   453492 bytes
    Variable Size             109051904 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 667648 bytes
    数据库装载完毕。
    数据库已经打开。
    SQL>

    oracel故障数据恢复 - ora-01033错误解决过程.

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

    SQL*Plus: Release 9.2.0.1.0 - Production on 星期四 5月 27 12:35:02 2010

    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

    SQL> conn sys/syspwd@sid as sysdba;

    已连接。

    SQL> shutdown immediate;

    ORA-01109: 数据库未打开

    已经卸载数据库。

    ORACLE 例程已经关闭。

    SQL> startup;

    ORACLE 例程已经启动。

    Total System Global Area  135338868 bytes

    Fixed Size                   453492 bytes

    Variable Size             109051904 bytes

    Database Buffers           25165824 bytes

    Redo Buffers                 667648 bytes

    ORA-01991: ???????'D:\oracle\ora92\DATABASE\PWDawddb.ORA'

    SQL> host del D:\oracle\ora92\DATABASE\PWDawddb.ORA;

    SQL> host orapwd file=D:\oracle\ora92\DATABASE\PWDawddb.ORA password=system entries=10;

    SQL> alter database open;

    数据库已更改。

    SQL> conn / as sysdba;

    已连接。

    SQL> shutdown immediate;

    数据库已经关闭。

    已经卸载数据库。

    ORACLE 例程已经关闭。

    SQL> startup;

    ORACLE 例程已经启动。

    Total System Global Area  135338868 bytes

    Fixed Size                   453492 bytes

    Variable Size             109051904 bytes

    Database Buffers           25165824 bytes

    Redo Buffers                 667648 bytes

    数据库装载完毕。

    数据库已经打开。

    SQL>

  • 相关阅读:
    python—内置函数-filter,map,reduce
    python—模块-练习
    python—模块-re正则表达式
    python—模块-logging
    python—模块-subprocess
    python—模块-hashlib加密
    python—模块-configparser
    SpringBoot结合设计模式(观察者模式、策略模式)- 个人记录
    Spring事务-随笔
    Servlet、Tomcat、SpringMVC-整理-随笔
  • 原文地址:https://www.cnblogs.com/meetrice/p/1748044.html
Copyright © 2020-2023  润新知