How to fix the Oracle error RMAN-20014: virtual private catalog owner must be granted RECOVERY_CATALOG_OWNER role?
In this post, you’ll learn more about the Oracle ErrorRMAN-20014: virtual private catalog owner must be granted RECOVERY_CATALOG_OWNER role with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-20014: virtual private catalog owner must be granted RECOVERY_CATALOG_OWNER role
Reason for the Error RMAN-20014: virtual private catalog owner must be granted RECOVERY_CATALOG_OWNER role
An attempt was made to establish a virtual private RMAN catalog in a schema that is not granted the RECOVERY_CATALOG_OWNER role.
How to fix the Error RMAN-20014: virtual private catalog owner must be granted RECOVERY_CATALOG_OWNER role ?
You can fix this error in Oracle by following the below steps
Grant RECOVERY_CATALOG_OWNER to the virtual private catalog owner.
Leave Your Comment