RMAN-20001: target database not found in recovery catalog

shytodear發表於2015-05-05
1、使用catalog時,show all報錯

[oracle@liuqi1 ~]$ rman target system/oracle@test1 catalog cata/cata@catadb

Recovery Manager: Release 11.2.0.3.0 - Production on Tue May 5 15:02:00 2015

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

connected to target database: test1 (DBID=2082231315)
connected to recovery catalog database

RMAN> show all;

RMAN configuration parameters for database with db_unique_name test1 are:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of show command at 05/05/2015 15:02:03
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target database not found in recovery catalog

2、將資料庫註冊到catalog

RMAN> register database;

database registered in recovery catalog
starting full resync of recovery catalog
full resync complete

3、成功

RMAN> show all;

RMAN configuration parameters for database with db_unique_name test1 are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # 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 '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/snapcf_test1.f'; # default

RMAN> 

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

相關文章