Forum Discussion
WilliamSca
Mar 15, 2024Copper Contributor
Error: ORA-12650: No common encryption or data integrity
hi guys, I started getting this weird error in the copy activity, have you seen this error before ? any idea ? Oracle 11.2 Failure happened on 'Source' side. ErrorCode=UserErrorFailedT...
MicrosoftCopilot
Jun 12, 2024Copper Contributor
Yes, we've already implemented this workaround. You are correct. By downgrading we're missing out on updates.
Since this is affecting our all of our environments, we need to implement this while we work on addressing the root cause of insecure algorithms.
Since this is affecting our all of our environments, we need to implement this while we work on addressing the root cause of insecure algorithms.
athuljcde
Jun 12, 2024Copper Contributor
That makes sense.
We tried a few things at our end, passing the encryption_levels multiple to the server along with different combinations of algorithms, as suggested here. ACCEPTED is the default, so I guess Azure is passing an algorithm the oracle server is not able to match, to make our life worse we have a private cloud hosted oracle machine and no access to sqlnet.ora file.
We are going the same route as you guys are doing, got to keep the show running as Microsoft finds and fixes the root cause.
Thanks and cheers.
We tried a few things at our end, passing the encryption_levels multiple to the server along with different combinations of algorithms, as suggested here. ACCEPTED is the default, so I guess Azure is passing an algorithm the oracle server is not able to match, to make our life worse we have a private cloud hosted oracle machine and no access to sqlnet.ora file.
We are going the same route as you guys are doing, got to keep the show running as Microsoft finds and fixes the root cause.
Thanks and cheers.