oradim工具恢復資料庫

skzhuga發表於2019-02-18

oradim工具是Oracle在Windows上的一個命令列工具,用於手工進行Oracle服務的建立、修改、刪除等工作。

oradim在資料庫恢復中也會被用到。在Windows上,如果由於資料庫軟體丟失(但資料檔案、控制檔案、日誌檔案、引數檔案等還存在)而導致的系統崩潰,可用oradim來恢復資料庫。


1.按照原來的目錄結構重新安裝Oracle軟體


2.將資料檔案、控制檔案、日誌檔案、引數檔案等複製到原來目錄下


3.oradim建立服務

  C:\Users\Administrator>oradim -new -sid OA

 例項已建立。

 此時例項已經啟動:

  C:\Users\Administrator>net start

  已經啟動以下 Windows 服務:

    ...

    OracleServiceOA

    ...

   

4.啟動資料庫

  C:\Users\Administrator>set ORACLE_SID=OA

 C:\Users\Administrator>sqlplus / as sysdba

 SQL*Plus: Release 11.2.0.1.0 Production on 星期一 2月 18 13:37:04 2019

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

 已連線到空閒例程。

 

 SQL> startup

 ORACLE 例程已經啟動。

 

 Total System Global Area 1286066176 bytes

 Fixed Size                  2175408 bytes

 Variable Size             352325200 bytes

 Database Buffers          922746880 bytes

 Redo Buffers                8818688 bytes

 資料庫裝載完畢。

 資料庫已經開啟。


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31544156/viewspace-2636264/,如需轉載,請註明出處,否則將追究法律責任。

相關文章