How to fix the Oracle error RMAN-06763: specified encryption algorithm not supported?
In this post, you’ll learn more about the Oracle ErrorRMAN-06763: specified encryption algorithm not supported with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-06763: specified encryption algorithm not supported
Reason for the Error RMAN-06763: specified encryption algorithm not supported
An encryption algorithm not supported by the database is specified during backup.
How to fix the Error RMAN-06763: specified encryption algorithm not supported ?
You can fix this error in Oracle by following the below steps
Refer to contents of v$rman_encryption_algorithms view for the list of supported encryption algorithm. Specify a valid encryption algorithm and retry the command.
Leave Your Comment