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!
Hi, How can i find the rman owner. i.e rman base owner who has all access to rman catalog database.
you will have to run this on your catalog database:
select owner from dba_objects where object_name = 'RC_RMAN_CONFIGURATION';
Pl post n the RMAN forum - https://community.oracle.com/community/developer/english/oracle_database/high_availability/recovery_manager_%28rman%29_2