【RMAN】RMAN-20020: DATABASE INCARNATION NOT SET

简介:
Rman backup or Delete obsolete fails with RMAN-20020: DATABASE INCARNATION NOT SET
使用rman备份或者删除旧的文件的时候报如下错误:
RMAN-00571: 
RMAN-03015: error occurred in stored script. abc
RMAN-03002: failure of delete command at 09/15/2010 04:05:41
RMAN-06004: ORACLE error from recovery catalog database: 
RMAN-20020: database incarnation not set

如果受影响的数据库版本>= 10.2.0.4,11.1.0.7,11.2.0.1 
说明有多个数据库在使用catalog 数据库 (10g ,9i and 11g)
原因: bug 造成的:
Bug 9873162 --> Closed as Duplicate of Bug 9577583 --> Closed as Duplicate of Base Bug <<9577583>>
Abstract: RMAN BACKUP FAILS WITH RMAN-20020: DATABASE INCARNATION NOT SET
Fixed :-: 12.1
解决方法:
Download and apply One off patch using the following link Patch 9577583
The patch needs to be applied to the Oracle HOME  where the Catalog database resides.
相关文章
|
容器
How to set the Undo_tablespace in PDB in Physical Standby RAC Database. (Doc ID 2726173.1)
How to set the Undo_tablespace in PDB in Physical Standby RAC Database. (Doc ID 2726173.1)
128 1
|
关系型数据库 数据库 数据安全/隐私保护
Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name
解决方法:      在启动的时候先设置一下oracle_unqname                     set oracle_unqname=$ORACLE_SID 如果还是失败,在环境变量中添加:      vi ~/.
1104 0
|
SQL Oracle 关系型数据库
【技术贴】PL/SQL错误提示 database character set(AL32UTF8) a
PL/SQL database character set(AL32UTF8) and Client character set(ZHS16GBK) are different   这是由于安装oracle客户端的时候没有设置对字符集造成的,没啥大问题,不影响使用,但是还是收拾好了比较爽一些。
994 0
|
Windows SQL Perl
Please pay more attention to the character set of your database
Recently, the vendors tried to install their systems in our office. Only had the vendors experience on Chinese platform.
657 0
|
3月前
|
存储 缓存 JavaScript
Set和Map有什么区别?
Set和Map有什么区别?
258 1
|
4月前
|
存储 JavaScript 前端开发
for...of循环在遍历Set和Map时的注意事项有哪些?
for...of循环在遍历Set和Map时的注意事项有哪些?
263 121
|
7月前
|
编译器 C++ 容器
【c++丨STL】基于红黑树模拟实现set和map(附源码)
本文基于红黑树的实现,模拟了STL中的`set`和`map`容器。通过封装同一棵红黑树并进行适配修改,实现了两种容器的功能。主要步骤包括:1) 修改红黑树节点结构以支持不同数据类型;2) 使用仿函数适配键值比较逻辑;3) 实现双向迭代器支持遍历操作;4) 封装`insert`、`find`等接口,并为`map`实现`operator[]`。最终,通过测试代码验证了功能的正确性。此实现减少了代码冗余,展示了模板与仿函数的强大灵活性。
176 2

热门文章

最新文章