How to fix the Oracle error RMAN-06426: RECOVERY_CATALOG_OWNER role must be granted to user string?
In this post, you’ll learn more about the Oracle ErrorRMAN-06426: RECOVERY_CATALOG_OWNER role must be granted to user string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-06426: RECOVERY_CATALOG_OWNER role must be granted to user string
Reason for the Error RMAN-06426: RECOVERY_CATALOG_OWNER role must be granted to user string
The CREATE CATALOG or UPGRADE CATALOG command was used, but the USERID that was supplied in the CATALOG connect string does not have the RECOVERY_CATALOG_OWNER role granted as a DEFAULT role.
How to fix the Error RMAN-06426: RECOVERY_CATALOG_OWNER role must be granted to user string ?
You can fix this error in Oracle by following the below steps
Grant the RECOVERY_CATALOG_OWNER role to the recovery catalog owner.
Leave Your Comment