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