Rman報錯ORA-00234: ORA-00202處理
[oracle@node1 ~]$ rman target /
Recovery Manager: Release 11.2.0.4.0 - Production on Sat Oct 9 17:39:08 2021
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORCL (DBID=1536981340)
RMAN> run{
2> allocate channel c1 type disk;
3> allocate channel c2 type disk;
4> backup as compressed backupset incremental from scn 14387254313131 database format '/u01/app/bak/st_%U' tag '14387254313131';
5> release channel c1;
6> release channel c2;
7> }
using target database control file instead of recovery catalog
allocated channel: c1
channel c1: SID=157 instance=orcl1 device type=DISK
allocated channel: c2
channel c2: SID=298 instance=orcl1 device type=DISK
Starting backup at 09-OCT-21
channel c1: starting compressed full datafile backup set
channel c1: specifying datafile(s) in backup set
input datafile file number=00004 name=+DATA/orcl/datafile/users.258.1077900183
input datafile file number=00002 name=+DATA/orcl/datafile/sysaux.260.1077900183
input datafile file number=00005 name=+DATA/orcl/datafile/example.264.1077901049
input datafile file number=00007 name=+DATA/orcl/datafile/undotbs2.262.1077900899
channel c1: starting piece 1 at 09-OCT-21
channel c2: starting compressed full datafile backup set
channel c2: specifying datafile(s) in backup set
input datafile file number=00006 name=+DATA/orcl/datafile/users.261.1077900183
input datafile file number=00003 name=+DATA/orcl/datafile/undotbs1.259.1077900183
input datafile file number=00001 name=+DATA/orcl/datafile/system.263.1077900923
channel c2: starting piece 1 at 09-OCT-21
channel c2: finished piece 1 at 09-OCT-21
piece handle=/u01/app/bak/st_410b7172_1_1 tag=14387254313131 comment=NONE
channel c2: backup set complete, elapsed time: 00:08:55
channel c2: starting compressed full datafile backup set
channel c2: specifying datafile(s) in backup set
RMAN-03009: failure of backup command on c2 channel at 10/09/2021 17:48:46
ORA-00234: error in identifying or opening snapshot or copy control file
ORA-00202: control file: '+DATA'
ORA-17503: ksfdopn:2 Failed to open file +DATA
ORA-15045: ASM file name '+DATA' is not in reference form
continuing other job steps, job failed will not be re-run
channel c1: finished piece 1 at 09-OCT-21
piece handle=/u01/app/bak/st_400b7172_1_1 tag=14387254313131 comment=NONE
channel c1: backup set complete, elapsed time: 00:09:25
released channel: c1
released channel: c2
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on c2 channel at 10/09/2021 17:48:46
ORA-00234: error in identifying or opening snapshot or copy control file
ORA-00202: control file: '+DATA'
ORA-17503: ksfdopn:2 Failed to open file +DATA
ORA-15045: ASM file name '+DATA' is not in reference form
解決方案
根據MOS文件, RMAN CONFIGURE SNAPSHOT CONTROLFILE to ASM fails ORA-00234 ORA-00202 ORA-17503 ORA-15045 ( 文件 ID 1564738.1)
RMAN> configure snapshot controlfile name clear;
using target database control file instead of recovery catalog
old RMAN configuration parameters:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '+FRA';
RMAN configuration parameters are successfully reset to default value
RMAN> configure snapshot controlfile name to '+FRA/snapcf_prod.f';
new RMAN configuration parameters:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '+FRA/snapcf_prod.f';
new RMAN configuration parameters are successfully stored
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23732248/viewspace-2887295/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Standby上執行RMAN報錯RMAN-10006錯誤處理
- 【RMAN】使用RMAN的Duplicate功能建立物理DataGuard報錯(ORA-17627、ORA-17629)處理
- Extjs報錯處理JS
- DG報錯的處理
- errpt報錯處理
- Gulp壓縮報錯處理
- rails gem報錯的處理AI
- Javascript程式碼報錯處理JavaScript
- 各種報錯處理方法
- backup archivelog like 報rman-20242錯誤處理過程Hive
- RMAN備份 ORA-27086 RMAN-03009 ORA-01580報錯處理
- netbackup rman restore archivelog 報ora-19511錯誤處理過程RESTHive
- Too many open files報錯處理
- Mysql自動處理同步報錯MySql
- yum groupinstall報錯,處理方法
- ORA-02429 報錯處理
- mysql複製報錯案例處理MySql
- 處理Oracle的RMAN-08137 RMAN-08515錯誤Oracle
- Python 入門級報錯處理Python
- 批處理的聊天程式報錯求救!!!!!
- RMAN刪除歸檔日誌出現RMAN-0813錯誤的處理
- rman還原歸檔時報RMAN-20242錯誤分析和處理
- RMAN恢復之RMAN-06555處理
- 線上MYSQL同步報錯故障處理總結MySql
- ORA-1654報錯處理一則
- ORA-00979: not a GROUP BY expression報錯處理Express
- 匯入專案@override 報錯處理IDE
- EBS服務啟動報錯基本處理
- RMAN Duplicate FROM ACTIVE DATABASE 建物理DG還原檔案期間報錯ORA-17629處理Database
- pl/sql developer除錯儲存過程報錯處理SQLDeveloper除錯儲存過程
- RMAN處理split block問題BloC
- rman一些處理案例
- Oracle 12c ORA-29548 報錯處理Oracle
- 線上MYSQL同步報錯故障處理方法總結MySql
- ADG--Ora-30927報錯處理
- 【故障處理】 DBCA建庫報錯CRS-2566
- COM+元件啟動報錯問題處理元件
- 錯誤處理