-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NNE support for thin client #1670
Comments
@brian-mendicino NNE support is not in Thin mode node-oracledb nor Thin mode python-oracledb. It is available in Thick mode in both drivers. As developers we would like to add support to Thin mode in both drivers, however there are some management decisions that are preventing this. If you (and any other reader affected) can email me (see my profile) your company names, I will add them to the internal business case we are renewing. This will help us make a good argument about adding support. One potential path forward is for the NNE code to be distributed as a binary, presumably similar to the thick mode binary (but without needing Instant Client). What impact would this have on your deployment pipeline? |
@sharadraju |
@sosoba Will check internally on the backport of the fix mentioned in #1574 . Now that Oracle Database 23ai is officially out, I will push for the backport, if it is not done already, |
@cjbj Thank you for the information. We are discussing options will send an email directly if we need to escalate this. Also, we did find a strange combination of binaries to get the oracle instant client version 21 to work on Amazon Linux 2023 (Nodejs 20 lambda server), however I have not found a solution for version 23. Ill include the combination here to close the loop.
|
Is NNE support for the thin client coming in a later version of the
node-oracledb
lib? This will guide decisions on how to proceed if this support is being considered in the future as it is already in thepython-oracledb
.The text was updated successfully, but these errors were encountered: