Error ORA-19606 on RMAN Delete [ID 1215493.1]
Error ORA-19606 on RMAN Delete [ID 1215493.1] | |||||
| |||||
修改時間 08-FEB-2012 型別 PROBLEM 狀態 MODERATED |
In this Document
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review. |
Applies to:
Oracle Server - Enterprise Edition - Version: 11.2.0.2 and later [Release: 11.2 and later ]Information in this document applies to any platform.
Symptoms
=== ODM Issue Clarification ===
Receiving error on 'delete obsolete':
delete noprompt obsolete device type disk;
RMAN retention policy will be applied to the command
RMAN retention policy is set to recovery window of 5 days
Deleting the following obsolete backups and copies:
Type Key Completion Time Filename/Handle
-------------------- ------ ------------------ --------------------
Control File Copy 3 01-SEP-10 C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\SNCFAXMPRD.ORA
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of delete command on ORA_MAINT_DISK_1 channel at 09/09/2010 02:04:24
ORA-19606: Cannot copy or restore to snapshot control file
Cause
=== ODM Cause Determination ===
The snapshot controlfile is cataloged as a controlfile coy and is now obsolete. RMAN cannot delete this file as it is used by rman.
=== ODM Cause Justification ===
Error and information supplied justifies cause.
Solution
=== ODM Solution / Action Plan ===
Since RMAN will continue to use that file as it's snapshot copy, you must change the location/name that RMAN is using before it will allow you to delete the file.
1. Set new name (or location) for RMAN to use for snapshot controlfile:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\SNCF_temp.ORA';
2. Remove the snapshot controlfile from the RMAN information as a controlfile copy.
delete 'C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\SNCFAXMPRD.ORA' on operating system.
3. Crosscheck and delete the file from RMAN:
crosscheck controlfilecopy 'C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\SNCFAXMPRD.ORA';
delete expired controlfilecopy 'C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\SNCFAXMPRD.ORA';
4. Set the snapshot controlfile name (or location) to original:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\SNCFAXMPRD.ORA';
5. To set the snapshot controlfile name back to default value:
CONFIGURE SNAPSHOT CONTROLFILE NAME clear;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2317695/viewspace-2150836/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Android 3.0 DELETE_FAILED_INTERNAL_ERRORAndroiddeleteAIError
- rman 中delete 與delete force 的區別delete
- rman report list crosscheck deleteROSdelete
- RMAN 中delete exipired 和 delete obsolete 的區別delete
- ERROR: Could not delete DB checkpoint for REPLICATErrordelete
- rman 中的 delete all input 和 delete input 的區別delete
- rman會造成delete死鎖嗎delete
- Rman 中的delete input的用法delete
- Oracle RMAN的show,list,crosscheck,deleteOracleROSdelete
- Rman Backup Failed With Error Rman-00600 [8201] (Doc ID 412786.1)AIError
- RMAN 解決(RMAN-06208,RMAN-06207,ORA-19606)刪除過期檔案問題
- Oracle RMAN 的 show,list,crosscheck,delete命令整理OracleROSdelete
- RMAN備份list report crosscheck validate change delete 和恢復命令例項ROSdelete
- RMAN Crosscheck 和 Delete 命令的 2 個例項ROSdelete
- RMAN Crosscheck 和 Delete 命令的2個例項ROSdelete
- ASP.NET MVC got 405 error on HTTP DELETE requestASP.NETMVCGoErrorHTTPdelete
- 理解RMAN backup database plus archivelog delete all input命令DatabaseHivedelete
- rman備份的策略和croosschek delete基本命令delete
- 【MySQL】ERROR 1175 安全模式UPDATE/DELETE操作失敗MySqlError模式delete
- NBU report error 6 when RMAN backupError
- oracle實驗記錄 (恢復-rman操作delete(all) input )Oracledelete
- 測試truncate,delete 對rman 備份集大小的影響delete
- ASM+RMAN使用delete input備份日誌的問題ASMdelete
- RMAN-04006: error from auxiliary database: ORA-01017: invalid username/password;ErrorUXDatabase
- RMAN命令configure,report,list,crosscheck,delete的使用方法ROSdelete
- 10203 Rman執行delete obsolete報錯Segmentation faultdeleteSegmentation
- RMAN恢復單個表空間或被DROP/DELETE/TRUNCATE的表delete
- ASM 中使用RMAN delete archivelog until time刪除歸檔檔案ASMdeleteHive
- Glide error 求解IDEError
- error LNK2005 new,delete 等已經在LIBCMT.lib(delete.obj) 中定義 錯誤修正ErrordeleteOBJ
- Install Error : ERROR:SQLException null Resultset [ID 875002.1]ErrorSQLExceptionNull
- delete input 與 delete all inputdelete
- delete OBSOLETE 與 delete expirieddelete
- deletedelete
- ORA-600 [13011] on Delete [ID 456361.1]delete
- ORA-19606: Cannot copy or restore to snapshot control fileREST
- delete 和 delete [] 的真正區別delete
- RMAN delete archivelog命令刪除歸檔日誌及歸檔日誌拷貝deleteHive