released channel: ch305
released channel: ch306
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 04/12/2017 15:21:31
RMAN-00600: internal error, arguments [8714] [] [] [] []
今天做rman 恢复时候报上面的错误
在源库尝试 unregister database; register database;
RMAN> register database;
database registered in recovery catalog
starting full resync of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03008: error while performing automatic resync of recovery catalog
ORA-02291: integrity constraint (RMAN.RLH_F1) violated - parent key not found
感觉应该是 catalog 出现重复了
在恢复库执行
RMAN> set dbid=3428575172
executing command: SET DBID
database name is "JCDMS" and DBID is 3428575172
RMAN> unregister database JCDMS;
database name is "JCDMS" and DBID is 3428575172
Do you really want to unregister the database (enter YES or NO)? YES
database unregistered from the recovery catalog
在主库再次尝试 register database;
后恢复正常