您好,登錄后才能下訂單哦!
這篇文章主要講解了“怎么解決Oracle RMAN還原測試錯誤ORA-19571”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“怎么解決Oracle RMAN還原測試錯誤ORA-19571”吧!
在進行數據庫備份有效性驗證時,測試到一半時,出現了讓我覺得有點莫名的錯誤
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 07/09/2019 10:55:02
ORA-19571: ??????μ? datafile copy RECID 261 STAMP 1013152438
ORA-19600: ????tafile-copy 261 ()
ORA-19601: ?3a datafile-copy 0 (/db_backup/data_D-TESTDB_TS-SYSTEM_FNO-1)
執行的腳本:
Recovery Manager: Release 12.1.0.2.0 - Production on 星期二 7月 9 10:57:04 2019
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TESTDB (DBID=*****, not open)
connected to recovery catalog database
recovery catalog schema release 18.03.00.00. is newer than RMAN release
RMAN> run{
2> allocate channel c1 type disk;
3> allocate channel c2 type disk;
4> allocate channel c3 type disk;
5> allocate channel c4 type disk;
6> set newname for database to '/db_backup/%U';
7> restore database;
8> switch datafile all;
9> recover database;
10> release channel c1;
11> release channel c2;
12> release channel c3;
13> release channel c4;
14> }
15>
測試的數據庫,采用catalog數據庫管理備份元數據。在測試的時候,因為備份在以前出現過問題,還原測試的時候,在操作系統層面執行rm命令進行物理刪除。刪除之后再次進行還原,出現以上錯誤。
解決方式:
RMAN> set backup files for device type disk to accessible; RMAN> crosscheck copy of database device type disk; RMAN> delete expired copy of database device type disk;
清理掉expired的datafile copy之后,還原可以正常進行下去。
當然,執行以上操作時需要連接到catalog數據庫。
感謝各位的閱讀,以上就是“怎么解決Oracle RMAN還原測試錯誤ORA-19571”的內容了,經過本文的學習后,相信大家對怎么解決Oracle RMAN還原測試錯誤ORA-19571這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。