You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article provides suggestions to troubleshoot common problems with the Oracle connector in Azure Data Factory and Azure Synapse.
19
19
20
-
## Oracle
21
-
22
-
### Error code: ArgumentOutOfRangeException
20
+
## Error code: ArgumentOutOfRangeException
23
21
24
22
-**Message**: `Hour, Minute, and Second parameters describe an un-representable DateTime.`
25
23
@@ -31,6 +29,28 @@ This article provides suggestions to troubleshoot common problems with the Oracl
31
29
32
30
To learn the byte sequence in the result, see [How are dates stored in Oracle?](https://stackoverflow.com/questions/13568193/how-are-dates-stored-in-oracle).
33
31
32
+
33
+
## Add secure algorithms when using the self-hosted integration runtime version 5.36.8726.3 or higher
34
+
35
+
-**Symptoms**: When you use the self-hosted integration runtime version 5.36.8726.3 or higher, you meet this error message: `[Oracle]ORA-12650: No common encryption or data integrity algorithm`.
36
+
37
+
-**Cause**: The secure algorithm is not added to your Oracle server.
38
+
39
+
-**Recommendation**: Update your Oracle server settings to add these secure algorithms:
40
+
41
+
- The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for OAS (Oracle Advanced Security) encryption.
42
+
- AES256
43
+
- AES192
44
+
- 3DES168
45
+
- AES128
46
+
- 3DES112
47
+
- DES
48
+
49
+
- The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for OAS (Oracle Advanced Security) data integrity.
50
+
- SHA256
51
+
- SHA384
52
+
- SHA512
53
+
34
54
## Related content
35
55
36
56
For more troubleshooting help, try these resources:
0 commit comments