oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.24k stars 1.07k forks source link

node-oracledb v5.5.0 is available #1515

Closed cjbj closed 1 year ago

cjbj commented 1 year ago

node-oracledb v5.5.0 is available. Along with some fixes, this release supports authentication with OAuth2 tokens in Oracle Cloud. See the release announcement and CHANGELOG.

sschneider-ihre-pvs commented 1 year ago

It seems that in the current version the driver is searched not in node_modules but in the project root/src folder. Exception has occurred: DriverPackageNotInstalledError: Oracle package has not been found installed

cjbj commented 1 year ago

There were no changes in that area. Also my scripts run fine. Can you provide more information? Maybe make sure your directory hierarchy below and above your current directory don't have other node_modules folders.

sschneider-ihre-pvs commented 1 year ago

I use a nx workspace where there is node_modules in the root folder but the search path for the oracle driver is ./src but only in 5.5.0, when I revert to 5.4.0 it works.

sschneider-ihre-pvs commented 1 year ago

okay maybe that was some kind of hicup, i reinstalled 5.5 and not it seems to work