Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMAN-06428:

User_FDO3GMay 23 2013 — edited May 23 2013
hi,

I am configuring recovery catalog on 11.2.0.1.0 on different database . Facing RMAN-06428 error when register database command is executed , kindly confirm exactly what i am doing wrong below is the code
Catalog database name=rman
Target database name=orcl
CONNECT SYS/oracle@rman AS SYSDBA  // From catalog db i have created catalog

CREATE USER rman IDENTIFIED BY cat
  TEMPORARY TABLESPACE temp 
  DEFAULT TABLESPACE tools 
  QUOTA UNLIMITED ON tools;

 GRANT RECOVERY_CATALOG_OWNER TO rman;

rman) CONNECT CATALOG rman/cat@rman

CREATE CATALOG;

rman TARGET sys@orcl as sysdba CATALOG rman/cat@rman

REGISTER DATABASE;

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of register command at 05/23/2013 15:43:49
RMAN-06428: recovery catalog is not installed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2013
Added on May 23 2013
5 comments
2,531 views