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!

How to find rman owner?

user8596912Jun 11 2014 — edited Jun 11 2014

Hi, How can i find the rman owner. i.e rman base owner who has all access to rman catalog database.

Comments

FreddieEssex

you will have to run this on your catalog database:

select owner from dba_objects where object_name = 'RC_RMAN_CONFIGURATION';

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 9 2014
Added on Jun 11 2014
2 comments
1,075 views