資料庫資訊不能同步到CATALOG,報RMAN-20032 錯誤

kewin發表於2011-09-15
資料庫資訊不能同步到CATALOG,報RMAN-20032 錯誤
Kevin Zou
2011-9-15
在一個準生產環境中,在搭建RMAN 備份時發現有報錯:
oracle@sjfdcpdb12:~> rman target / catalog rman/password@rmanp1

Recovery Manager: Release 10.2.0.4.0 - Production on Wed Sep 14 19:42:46 2011

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

connected to target database: TIMSDB (DBID=3333692251)
connected to recovery catalog database

RMAN> report schema;

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of report command at 09/14/2011 19:43:02
RMAN-03014: implicit resync of recovery catalog failed
RMAN-03009: failure of full resync command on default channel at 09/14/2011 19:43:02
RMAN-20032: checkpoint change# too low

在CATALOG 資料庫中,發現這個DB已經REGISTER 到CATALOG。
RMAN@rmanp1>select * from RC_DATABASE;

    DB_KEY  DBINC_KEY       DBID NAME     RESETLOGS_CHANGE# RESETLOGS_TIME
---------- ---------- ---------- -------- ----------------- ---------------
         1          2 3657415769 HR9DBA             7498084 09-NOV-09
       701    6482329  314373913 HR9PRD          6475783690 29-MAY-11
   6260620    6260621 3333692251 TIMSDB                   1 02-NOV-09

由於這個準生產環境是從生產環境中通過ONLINE backup搭建後RESETLOG的,CATALOG不知道這種情況。而且生產環境還在使用,所以不能用這個CATALOG,需要另外找個CATALOG的資料庫。
在做系統切換時,需要做以下步驟:
RMAN> UNREGISTER DATABASE NOPROMPT; 
RMAN> REGISTER DATABASE; 

-THE END-

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/40239/viewspace-707499/,如需轉載,請註明出處,否則將追究法律責任。

相關文章