An Azure service for ingesting, preparing, and transforming data at scale.
Hi @rajesh kumar
Thanks for the details.
The error ORA-12650 usually means there is a mismatch in encryption settings between ADF (Oracle v2 connector) and the Oracle DB.
Since your pipelines work on retry, this is most likely happening because different SHIR nodes are behaving differently.
What to check:
- Make sure all 3 SHIR nodes have the same Oracle client configuration (especially
sqlnet.ora) - Restart SHIR service on all nodes once after verifying
- Try running with one node at a time to see if a specific node is causing the issue
Why this happens:
Oracle v2 uses updated drivers, so encryption negotiation is stricter. If one node has slightly different settings, it can fail intermittently.
I hope this helps. let me know if you have any questions.