1)Create user for recovery catalog
CREATE USER rc IDENTIFIED BY rc
DEFAULT TABLESPACE users
QUOTA UNLIMITED ON users;
2)Grant permission for the user
grant RECOVERY_CATALOG_OWNER TO rc;
3)Connect to Rman and catalog
rman target / catalog rc/rc@orcl
4)To register database
register database
5)To verify whether views created for RC user
sqlplus
UN:rc
passwd:rc
select * from tab;
๐๐๐๐๐๐๐๐๐๐
No comments:
Post a Comment