Skip to content

Commit b7b98fc

Browse files
authored
Merge pull request #270336 from Clare-Zheng82/0327-Add_supported_algorithms_for_Oracle_doc
[Supportability] Add note about supported algorithms to Oracle doc
2 parents 3d057a3 + db40670 commit b7b98fc

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

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

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.service: data-factory
77
ms.subservice: data-movement
88
ms.topic: troubleshooting
9-
ms.date: 10/20/2023
9+
ms.date: 04/30/2024
1010
ms.author: jianleishen
1111
ms.custom: has-adal-ref, synapse
1212
---
@@ -17,9 +17,7 @@ ms.custom: has-adal-ref, synapse
1717

1818
This article provides suggestions to troubleshoot common problems with the Oracle connector in Azure Data Factory and Azure Synapse.
1919

20-
## Oracle
21-
22-
### Error code: ArgumentOutOfRangeException
20+
## Error code: ArgumentOutOfRangeException
2321

2422
- **Message**: `Hour, Minute, and Second parameters describe an un-representable DateTime.`
2523

@@ -31,6 +29,28 @@ This article provides suggestions to troubleshoot common problems with the Oracl
3129

3230
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).
3331

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+
3454
## Related content
3555

3656
For more troubleshooting help, try these resources:

0 commit comments

Comments
 (0)