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...
Kjetil_Andenas
Jun 12, 2024Copper Contributor
We actually made it work by having our DB Admin insert the following into the .ora file on the Oracle server: SQLNET.ENCRYPTION_SERVER=REQUESTED. Seems this made the trick - having Oracle server allowing what ever encryption thta Azure is asking for.
athuljcde
Jun 13, 2024Copper Contributor
Kjetil_Andenas Nice. Thank you for the reply, we could see that ours is set to 'REQUIRED', but did you have to pass any any additional connection paramters to the linked service in this case.