使用nub恢復資料庫的知識擴充套件
1.NBU資料庫恢復指令碼
run {
allocate channel t1 type 'sbt_tape';
allocate channel t2 type 'sbt_tape';
allocate channel t3 type 'sbt_tape';
send 'NB_ORA_CLIENT=192.168.x.x';
send 'NB_ORA_SERV=nbu5230';
set until sequence 12 thread 1;
restore database;
#switch datafile all;
recover database;
release channel t1;
release channel t2;
release channel t3;
}
2.歸檔日誌恢復
run {
allocate channel t1 type 'sbt_tape';
allocate channel t2 type 'sbt_tape';
send 'NB_ORA_CLIENT=192.168.x.x';
send 'NB_ORA_SERV=nbu5230';
restore archivelog from sequence 8 until sequence 12 INCARNATION ALL;
release channel t1;
release channel t2;
}
3.其他恢復
更改還原路徑:
RMAN> set archivelog destination to '/u01/backup';
還原全部備份歸檔:
RMAN> restore archivelog all;
歸檔日誌範圍恢復:
RMAN> restore archivelog from sequence 8 until sequence 12;
RMAN> restore archivelog sequence between 8 and 12;
從低sequence開始恢復:
RMAN> restore archivelog from sequence 5;
RMAN> restore archivelog low sequence 5;
從高sequnece截止恢復:
RMAN> restore archivelog until sequence 110;
RMAN> restore archivelog high sequence 108;
按時間恢復:
RMAN> restore archivelog from time 'sysdate-7';
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31547066/viewspace-2285674/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 學習這篇Oracle資料庫檔案壞塊損壞的恢復方法,擴充你的知識面Oracle資料庫
- 使用cython擴充套件python庫套件Python
- etcd管理,證書配置,擴充套件,遷移恢復,帶證書擴充套件節點套件
- PHP的SPL擴充套件庫(一)資料結構PHP套件資料結構
- GBASE觀察:擴充套件分析型資料庫套件資料庫
- 計算機基礎知識擴充套件篇計算機套件
- SpringCloudGateway資料庫儲存路由資訊的擴充套件方案SpringGCCloudGateway資料庫路由套件
- 大資料——Scala擴充套件大資料套件
- 擴充套件認知的視野套件
- DLR 的擴充套件庫 Dynamitey套件MIT
- Lvm邏輯卷管理、建立、使用、擴充套件、縮減、遷移、快照、恢復LVM套件
- 【資料庫資料恢復】SAP資料庫資料恢復案例資料庫資料恢復
- 【資料庫資料恢復】透過恢復NDF檔案修復資料庫的資料恢復過程資料庫資料恢復
- 寶塔資料庫恢復 mysql資料庫丟失恢復 mysql資料庫刪除庫恢復 寶塔mysql資料庫恢復資料庫MySql
- 【資料庫資料恢復】如何恢復Oracle資料庫truncate表的資料資料庫資料恢復Oracle
- 【資料庫資料恢復】windows server下SqlServer資料庫的資料恢復資料庫資料恢復WindowsServerSQL
- 使用 Visual Studio Code SQLite 擴充套件來瀏覽 SAP CAP 資料庫SQLite套件資料庫
- 可擴充套件的資料庫系統,請求批評套件資料庫
- 讓前端也能填充資料庫的 Reach Seeder 擴充套件前端資料庫套件
- sql教程中一些知識的實際擴充套件SQL套件
- 【資料庫資料恢復】Sql Server資料庫資料恢復案例資料庫資料恢復SQLServer
- Wondershare Recoverit (資料恢復套件)資料恢復套件
- 儲存器資料恢復相關知識資料恢復
- ASP.NET Core擴充套件庫之Http通用擴充套件ASP.NET套件HTTP
- 【資料庫資料恢復】誤truncate table的Oracle資料庫資料恢復方案資料庫資料恢復Oracle
- 【資料庫資料恢復】Oracle資料庫誤truncate table的資料恢復案例資料庫資料恢復Oracle
- java資料型別擴充套件Java資料型別套件
- 資料檢索擴充套件包套件
- 使用Kotlin擴充套件函式擴充套件Spring Data案例Kotlin套件函式Spring
- 資料庫擴充套件表設計過程記錄資料庫套件
- Spring Cloud Gateway 資料庫儲存路由資訊的擴充套件方案SpringCloudGateway資料庫路由套件
- 伺服器資料恢復—透過拼接資料庫碎片恢復SqlServer資料庫資料的資料恢復案例伺服器資料恢復資料庫SQLServer
- ehcarts擴充套件優秀的資料表套件
- [譯] 論資料流的擴充套件性套件
- 資料庫修復資料恢復資料庫資料恢復
- 【資料庫資料恢復】sql server資料庫連線失效的資料恢復案例資料庫資料恢復SQLServer
- 【資料庫資料恢復】MongoDB資料庫檔案損壞的資料恢復案例資料庫資料恢復MongoDB
- 【資料庫資料恢復】SqlServer資料庫無法讀取的資料恢復案例資料庫資料恢復SQLServer