ORA-01033: ORACLE initialization or shutdown in progress 實用的處理方法

來源:互聯網
上載者:User

標籤:

ORA-01033: ORACLE initialization or shutdown in progress 實用的處理方法,此問題通常是由於電腦非順利關機造成的,我們可以用下面的方法尋找出是那個檔案損壞,再針對檔案進行修複。

SQL*Plus: Release 11.1.0.7.0 - Production on 星期三 6月 8 17:34:30 2016

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

SQL> conn sys/sys as sysdba
已串連。
SQL> shutdown immediate;
ORA-01109: 資料庫未開啟


已經卸載資料庫。
ORACLE 常式已經關閉。
SQL> startup
ORACLE 常式已經啟動。

Total System Global Area  425897984 bytes
Fixed Size                  2130120 bytes
Variable Size             343936824 bytes
Database Buffers           71303168 bytes
Redo Buffers                8527872 bytes
資料庫裝載完畢。
ORA-01172: 線程 1 的恢複停止在塊 990 (在檔案 3 中)
ORA-01151: 如果需要, 請使用介質恢複以恢複塊和還原備份
--黃色部分中的3就是檔案,下面要用到。

SQL> shutdown immediate;
ORA-01109: 資料庫未開啟


已經卸載資料庫。
ORACLE 常式已經關閉。
SQL> startup mount
ORACLE 常式已經啟動。

Total System Global Area  425897984 bytes
Fixed Size                  2130120 bytes
Variable Size             343936824 bytes
Database Buffers           71303168 bytes
Redo Buffers                8527872 bytes
資料庫裝載完畢。
SQL> recover datafile 3;
完成介質恢複。
SQL> shutdown immediate;
ORA-01109: 資料庫未開啟


已經卸載資料庫。
ORACLE 常式已經關閉。
SQL> startup
ORACLE 常式已經啟動。

Total System Global Area  425897984 bytes
Fixed Size                  2130120 bytes
Variable Size             343936824 bytes
Database Buffers           71303168 bytes
Redo Buffers                8527872 bytes
資料庫裝載完畢。
資料庫已經開啟。
SQL>

ORA-01033: ORACLE initialization or shutdown in progress 實用的處理方法

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.