Skip to content

Commit e097198

Browse files
Merge pull request #289025 from Clare-Zheng82/1022-Update_Oracle_TSG
[Doc update] Update Oracle TSG
2 parents 37dc654 + 3b01c64 commit e097198

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/connector-troubleshoot-oracle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to troubleshoot issues with the Oracle connector in Azure
55
author: jianleishen
66
ms.subservice: data-movement
77
ms.topic: troubleshooting
8-
ms.date: 07/02/2024
8+
ms.date: 10/23/2024
99
ms.author: jianleishen
1010
ms.custom: has-adal-ref, synapse
1111
---
@@ -35,17 +35,17 @@ This article provides suggestions to troubleshoot common problems with the Oracl
3535

3636
- **Cause**: The secure algorithm is not added to your Oracle server.
3737

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:
3939

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.
4141
- AES256
4242
- AES192
4343
- 3DES168
4444
- AES128
4545
- 3DES112
4646
- DES
4747

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.
4949
- SHA256
5050
- SHA384
5151
- SHA512

0 commit comments

Comments
 (0)