[20180202]備庫資料檔案offline.txt
[20180202]備庫資料檔案offline.txt
--//今天測試,不小心導致日誌無法應用.我想把主庫檔案複製過去,做了備庫資料檔案offline.
--//恢復遇到問題,做一個記錄.
1.環境:
SYS@book> @ &r/ver1
PORT_STRING VERSION BANNER
------------------------------ -------------- --------------------------------------------------------------------------------
x86_64/Linux 2.4.xx 11.2.0.4.0 Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
2.測試:
--//備庫:
SYS@bookdg> alter database datafile 6 offline;
alter database datafile 6 offline
*
ERROR at line 1:
ORA-01156: recovery or flashback in progress may need access to files
---//日誌應用時無法offline.
SYS@bookdg> alter database recover managed standby database cancel ;
Database altered.
SYS@bookdg> alter database datafile 6 offline;
alter database datafile 6 offline
*
ERROR at line 1:
ORA-01668: standby database requires DROP option for offline of data file
SYS@bookdg> alter database datafile 6 offline drop ;
Database altered.
--//噩夢開始.....
SYS@bookdg> alter database datafile 6 online ;
alter database datafile 6 online
*
ERROR at line 1:
ORA-01113: file 6 needs media recovery
ORA-01110: data file 6: '/mnt/ramdisk/book/tea01.dbf'
SYS@bookdg> recover automatic standby datafile 6;
ORA-19966: ALTER DATABASE RECOVER STANDBY DATAFILE has been deprecated
--//命令已經廢除..
--//啟動到mount狀態.
RMAN> recover datafile 4 ;
Starting recover at 2018-02-02 11:07:03
using channel ORA_DISK_1
using channel ORA_DISK_2
using channel ORA_DISK_3
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 02/02/2018 11:07:03
RMAN-06067: RECOVER DATABASE required with a backup or created control file
SYS@bookdg> recover databfile 4 using backup controlfile until cancel;
ORA-00905: missing keyword
SYS@bookdg> recover database using backup controlfile until cancel;
ORA-00283: recovery session canceled due to errors
ORA-01666: control file is for a standby database
--//不行..
3.必須建立新的standby控制檔案:
SYS@book> alter database create standby controlfile as '/tmp/aa.ctl4';
Database altered.
$ scp /tmp/aa.ctl4 oracle@192.168.100.40:/mnt/ramdisk/book/control01.ctl
$ scp /tmp/aa.ctl4 oracle@192.168.100.40:/mnt/ramdisk/book/control02.ctl
SYS@bookdg> startup
ORACLE instance started.
Total System Global Area 634732544 bytes
Fixed Size 2255792 bytes
Variable Size 197133392 bytes
Database Buffers 427819008 bytes
Redo Buffers 7524352 bytes
Database mounted.
Database opened.
SYS@bookdg> alter database recover managed standby database using current logfile disconnect ;
Database altered.
SYS@bookdg> @ &r/dg/dg
PROCESS PID STATUS CLIENT_P GROUP# THREAD# SEQUENCE# BLOCK# BLOCKS DELAY_MINS
--------- ------- ------------ -------- ------ ------- ---------- ---------- ---------- ----------
ARCH 15430 CONNECTED ARCH N/A 0 0 0 0 0
ARCH 15432 CONNECTED ARCH N/A 0 0 0 0 0
ARCH 15434 CONNECTED ARCH N/A 0 0 0 0 0
RFS 15443 IDLE ARCH N/A 0 0 0 0 0
RFS 15447 IDLE UNKNOWN N/A 0 0 0 0 0
RFS 15445 IDLE UNKNOWN N/A 0 0 0 0 0
RFS 15449 IDLE LGWR 2 1 903 19 1 0
ARCH 15436 CLOSING ARCH 6 1 902 1 393 0
MRP0 15453 APPLYING_LOG N/A N/A 1 903 19 102400 0
9 rows selected.
--//實際上操作前看看出錯提示就知道了:
$ oerr ora 01668
01668, 00000, "standby database requires DROP option for offline of data file"
// *Cause: Attempting to take a datafile offline in a standby database without
// specifying the DROP option. Files that are offline in a standby
// database are not recovered, and are likely to be unusable if
// the standby is activated. Note that specifying DROP does not
// prevent bringing the file online later.
// *Action: Specify the DROP option or leave the file online.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2150779/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- rename備庫資料檔案
- oracle uncatalog資料庫備份檔案Oracle資料庫
- 把資料庫控制檔案備份到跟蹤檔案資料庫
- 還原sqlserver資料庫備份檔案.bak的檔案SQLServer資料庫
- Dedecms備份的資料檔案位置及備份資料庫的方法資料庫
- DG備庫手動管理 新增資料檔案
- SQL SERVER備份資料庫檔案(使用SSMS)SQLServer資料庫SSM
- dataguard備庫的資料檔案的遷移
- dataguard之物理備庫丟失資料檔案
- 建立資料庫檔案-日誌檔案-次要資料庫檔案資料庫
- Backup And Recovery User's Guide-備份資料庫-使用RMAN備份資料庫檔案GUIIDE資料庫
- 遠端備份資料庫和檔案的方法資料庫
- Oracle DG備庫手動管理新增資料檔案Oracle
- 使用備份的控制檔案恢復資料庫資料庫
- dataguard之邏輯備庫移動資料檔案
- 資料庫檔案和檔案組資料庫
- rman恢復資料庫--用備份的控制檔案資料庫
- dataguard備庫的資料檔案的遷移實戰
- 無處不在的Oracle資料庫控制檔案備份Oracle資料庫
- 如何恢復在全備後新增了資料檔案的資料庫資料庫
- MySql資料庫——檔案MySql資料庫
- SQL Server資料庫 bcp匯出備份檔案應用SQLServer資料庫
- 使用冷備份與冷備份後的資料庫歸檔日誌檔案進行資料庫不完整恢復資料庫
- RMAN備份資料檔案+控制檔案+歸檔日誌
- 使用資料庫冷備份方式進行資料庫遷移,資料庫檔案遷移到不同的目錄資料庫
- oracle資料庫移動資料檔案、日誌檔案和控制檔案Oracle資料庫
- 非歸檔資料庫RMAN備份資料庫
- oracle10g data guard(dg)__主庫重新命名資料檔案_在備庫上同步重新命名資料檔案Oracle
- 織夢資料庫配置檔案-DedeCMS織夢資料庫檔案在哪裡資料庫
- dataguard之主庫增加資料檔案--物理備庫相應的調整(一)
- Backup And Recovery User's Guide-備份資料庫-備份歸檔重做日誌檔案GUIIDE資料庫
- 通過資料庫檔案還原資料庫資料庫
- 資料庫系統檔案啟動資料庫資料庫
- 用rman建立dataguard備用資料庫繼續(無法找到備份檔案)資料庫
- 雲備份和同步檔案資料
- Oracle資料庫控制檔案在備份恢復中的作用Oracle資料庫
- Oracle 11.2.0.4.4 ADG 備庫資料檔案壞塊處理Oracle
- RMAN備份檔案遠大於資料庫大小的原因分析資料庫