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
Copy file name to clipboardExpand all lines: articles/data-factory/connector-troubleshoot-oracle.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to troubleshoot issues with the Oracle connector in Azure
5
5
author: jianleishen
6
6
ms.subservice: data-movement
7
7
ms.topic: troubleshooting
8
-
ms.date: 07/02/2024
8
+
ms.date: 10/23/2024
9
9
ms.author: jianleishen
10
10
ms.custom: has-adal-ref, synapse
11
11
---
@@ -35,17 +35,17 @@ This article provides suggestions to troubleshoot common problems with the Oracl
35
35
36
36
-**Cause**: The secure algorithm is not added to your Oracle server.
37
37
38
-
-**Recommendation**: Update your Oracle server settings to add these secure algorithms:
38
+
-**Recommendation**: Update your Oracle server settings to add these secure algorithms if they are not already included:
39
39
40
-
-The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for OAS (Oracle Advanced Security) encryption.
40
+
-For **SQLNET.ENCRYPTION_TYPES_SERVER**, need to add the following algorithms that are deemed as secure by OpenSSL and will be used for OAS (Oracle Advanced Security) encryption.
41
41
- AES256
42
42
- AES192
43
43
- 3DES168
44
44
- AES128
45
45
- 3DES112
46
46
- DES
47
47
48
-
-The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for OAS (Oracle Advanced Security) data integrity.
48
+
-For **SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER**, need to add the following algorithms that are deemed as secure by OpenSSL and will be used for OAS (Oracle Advanced Security) data integrity.
0 commit comments