How to fix the Oracle error ORA-12660: Encryption or crypto-checksumming parameters incompatible?
In this post, you’ll learn more about the Oracle ErrorORA-12660: Encryption or crypto-checksumming parameters incompatible with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-12660: Encryption or crypto-checksumming parameters incompatible
Reason for the Error ORA-12660: Encryption or crypto-checksumming parameters incompatible
One side of the connection specified “REQUIRED” for encryption or crypto-checksumming, while the other side specified “REJECTED”.
How to fix the Error ORA-12660: Encryption or crypto-checksumming parameters incompatible ?
You can fix this error in Oracle by following the below steps
Change the “REQUIRED” side to “REQUESTED” if the you want encryption or crypto-checksumming to be optional, or change the “REJECTED” side to “ACCEPTED” if you do not want the service to be optional.
Leave Your Comment