Hi,
I come to you this moment to submit my problem about creating catalog Error in my Recovery Catalog database. I have two database: easycom is my target database and futureocp is my Recovery Catalog database. I log in my Recovery Catalog database like this:
[oracle@oraclelab ~]$ rman catalog rman/rman@gesco
Recovery Manager: Release 11.2.0.1.0 - Production on Mer. Mars 29 15:30:14 2017
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to the recovery catalog database
when I try to create catalog, the following error display:
RMAN> create catalog;
Error when creating db
ORACLE error in the Recovery Catalog database: ORA-00955: This object name already exists
ORACLE error of the recovery catalog database: ORA-00942: Table or view nonexistent
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-06433: Error Installing Recovery Catalog
When I try the following statment, I have this error:
RMAN> register database;
RMAN-00571: =================================== =============
RMAN-00569: ============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: =================================== =============
RMAN-03002: Registry Fails to Fail to 03/29/2017 15:31:40
RMAN-06428: Recovery catalog not installed
RMAN>
I use Oracle 11gR2 on Oracle Linux 6.8 OS
Please, what is wrong in my case, Thank you for your help.