Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Node JS - ORA-12650: No common encryption or data integrity algorithm

Cheslyn DcruzJul 27 2022

Recently we are running into the following error when connecting to select instances

Error
[Error: ORA-12650: No common encryption or data integrity algorithm] {
errorNum: 12650,
offset: 0}
This could be linked to the SQLNET encrypting setting which is causing it.
Based on what I have seen one suggested fix is to upgrade JDBC on the M/c running Node to 12.x+

However on our Non Prod instance the connectivity to the same DB goes through fine.
Both instances have identical Node versions.

Both Instances
Node ver : 14.18.1

Sqlnet.Ora on the server where Node is running
$ cat sqlnet.ora
# sqlnet.ora Network Configuration File: /u01/orpppmp1/ppmapp/19.3/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
ADR_BASE = /u01/orpppmp1/ppmapp/19.3

Comments

Processing

Post Details

Added on Jul 27 2022
3 comments
1,764 views