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!

Node-oracledb 5.0 adds Nested Cursors, Database Startup, and Prefetch Tuning

The node-oracledb 5.0 release introduces a new initialization function to let your Windows and macOS apps directly set which Oracle Client libraries to use without requiring external configuration.  This helps you automate installation on Windows and macOS, and makes it easier to distribute applications to users.

Also introduced is tunable prefetching for query fetches, giving increased scalability to applications by further allowing the round-trips between node-oracledb and the database to be optimized.

Support for nested cursors has finally arrived.

New database startup and shutdown functions allow simple and flexible control over the database.

There are other changes and some bug fixes too.

The release announcement is at:

https://blogs.oracle.com/opal/node-oracledb-50-adds-nested-cursors-database-startup-and-prefetch-tuning

The full changelog is at:

https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md

Comments
Post Details
Added on Jun 29 2020
0 comments
195 views