RMAN backup fails with Ora-00245 And Rman-08132 [ID 1365484.1]
RMAN backup fails with Ora-00245 And Rman-08132 [ID 1365484.1]
修改時間:2011-10-7型別:PROBLEM狀態:MODERATED優先順序:3
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 - Standard Edition - Version: 11.2.0.2 and later [Release: 11.2 and later ]Information in this document applies to any platform.
Symptoms
RMAN backups report errors like :ORA-00245: control file backup operation failed
RMAN-08132: WARNING: cannot update recovery area reclaimable file list
Cause
Incorrect specification for the Snapshot ControlfileSolution
Incase of a RAC environment, than the Snapshot Controlfile needs to be stored on a shared location among the nodes in the RAC.You can check the existing location for the snapshot controlfile using :
RMAN> show all;
....
CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/opt/oracle/product/rdbms/11.2.0/dbhome_1/dbs/snapcf_LVSP1.f'; # default
....
CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/opt/oracle/product/rdbms/11.2.0/dbhome_1/dbs/snapcf_LVSP1.f'; # default
Especially when it is NOT explicit set, the default location is used, being $ORACLE_HOME/dbs
This directory might exist on all the related RAC-nodes, but are not necessary shared.
Depending on the configuration, the snapshot controlfile might be created on 'Node 1', but is than read on 'Node 2' as that related channel is making a backup of the controlfile.
Therefor the Snapshot Controlfile location needs to on a shared location between the nodes.
Example :
RMAN> CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/mnt/backup/snapcf_V112.f';
RMAN> CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/mnt/backup/snapcf_V112.f';
If the location is on an NFS-filesystem, than ensure the following parameters when mounting the NFS :
rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,vers=3,timeo=600,actimeo=0,noac
rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,vers=3,timeo=600,actimeo=0,noac
--end --
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23135684/viewspace-753311/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00245 RMAN-08132解決
- Rman Backup Fails: PLS-00302: component 'GETREQUIREDSCN' must be declaredAIUI
- ORA-00245: control file backup operation failedAI
- RMAN 11g Import catalog fails RMAN-6429 (Doc ID 457392.1)ImportAI
- 【ORACLE】ORA-00245: control file backup operation failedOracleAI
- RMAN backup validate database on databases in noarchivelog modeDatabaseHive
- Recover Database Fails with RMAN-06558 [ID 1185074.1]DatabaseAI
- RMAN : Consistent Backup, Restore and Recovery using RMAN (Doc ID 162855.1)REST
- rman backup script(引用)
- Rman backup standby databaseDatabase
- DP rman backup scripts
- Backup And Recovery User's Guide-RMAN架構-RMAN庫(Repository)GUIIDE架構
- RMAN Backup Shell Script Example (Doc ID 137181.1)
- Backup And Recovery User's Guide-RMAN架構-關於RMAN環境GUIIDE架構
- Rman Backup Failed With Error Rman-00600 [8201] (Doc ID 412786.1)AIError
- ORA-00245:control file backup failed;targetis likely on local file systemAI
- ORA-00245: control file backup failed; target is likely on a local file systemAI
- 【RMAN】Run Allocate Channel For Maintenance From Script FailsAINaN
- RMAN RAC Archivelog Restore Fails with RMAN-20242 (Doc ID 180169.1)HiveRESTAI
- Backup And Recovery User's Guide-RMAN TSPITR模型GUIIDE模型
- RMAN10g: backup copy of database (Doc ID 266980.1)Database
- Oracle 學習(Rman Backup)Oracle
- rman backup database force 功能Database
- Backup And Recovery User's Guide-RMAN架構-RMAN通道-通道和裝置GUIIDE架構
- Backup And Recovery User's Guide-從RMAN開始-指令碼化RMAN操作GUIIDE指令碼
- Backup And Recovery User's Guide-從RMAN開始-概覽RMAN環境GUIIDE
- Backup And Recovery User's Guide-RMAN架構-RMAN命令列客戶端及RMAN通道(channel)GUIIDE架構命令列客戶端
- Backup And Recovery User's Guide-RMAN資料修復概念-RMAN還原操作GUIIDE
- Backup And Recovery User's Guide-RMAN備份概念-RMAN建立的映象拷貝GUIIDE
- V$RMAN_BACKUP_JOB_DETAILSAI
- RMAN cumulative and differential incremental backupREM
- Restore Controlfile from SBT Tape Fails RMAN-6172 (Doc ID 1314134.1)RESTAI
- Backup And Recovery User's Guide-RMAN資料修復概念-RMAN介質恢復GUIIDE
- Backup And Recovery User's Guide-RMAN架構-RMAN通道-自動和手動通道GUIIDE架構
- Backup And Recovery User's Guide-從RMAN開始-顯示預設的RMAN配置GUIIDE
- Backup And Recovery User's Guide-RMAN資料修復概念GUIIDE
- How to use rman backup a noarchivelog databaseHiveDatabase
- oracle 11g rman backup scriptOracle