Release announcement: Node-oracledb 2.2, the Node.js module for accessing Oracle Database, is on npm. Top features: Batch Statement Execution In the six-or-so...
Release announcement: Node-oracledb 2.2, the Node.js module for accessing Oracle Database, is on npm. Top features: Batch Statement Execution In the six-or-so weeks since 2.1 was released, a bunch of new functionality landed in node-oracledb 2.2. This shows how much engineering went into the refactored lower abstraction layer we introduced in 2.0, just to make it easy to expose Oracle features to languages like Node.js. The top features in node-oracledb 2.2 are: Added...
Release announcement: Node-oracledb 2.2, the Node.js module for accessing Oracle Database, is on npm. Top features: Batch Statement Execution In the six-or-so weeks since 2.1 was released, a bunch...
Release announcement: Node-oracledb 2.1.0, the Node.js module for accessing Oracle Database, is on npm. Top features: Privileged connections such as SYSDBA. A...
Release announcement: Node-oracledb 2.1.0, the Node.js module for accessing Oracle Database, is on npm. Top features: Privileged connections such as SYSDBA. A new 'queryStream()' Stream 'destroy()' method After the big refactoring of node-oracledb 2.0, we're pleased to push node-oracledb forward with the release of 2.1.0. Changes in node-oracledb 2.1.0 include: Support for SYSDBA, SYSOPER, SYSASM, SYSBACKUP, SYSDG, SYSKM, and SYSRAC privileges in standalone connections. You...
Release announcement: Node-oracledb 2.1.0, the Node.js module for accessing Oracle Database, is on npm. Top features: Privileged connections such as SYSDBA. A new 'queryStream()' Stream 'destroy()'...
For our Node.js node-oracledb v2 add-on for Oracle Database we revamped its lower data access layer and made it into a standalone project ODPI-C, which is...
For our Node.js node-oracledb v2 add-on for Oracle Database we revamped its lower data access layer and made it into a standalone project ODPI-C, which is being reused by several other language APIs. ODPI-C gave us a reason and opportunity to simplify some of internal query handling code in node-oracledb. To recap, node-oracledb has four ways to execute queries against an Oracle Database. These are the same in version 1 and version 2: Direct Fetches - these are...
For our Node.js node-oracledb v2 add-on for Oracle Database we revamped its lower data access layer and made it into a standalone project ODPI-C, which is being reused by several other language...
Release announcement: Node-oracledb 2.0.15, the Node.js add-on for Oracle Database, is now on npm for general use. Top features: Pre-built binaries, Query fetch...
Release announcement: Node-oracledb 2.0.15, the Node.js add-on for Oracle Database, is now on npm for general use. Top features: Pre-built binaries, Query fetch improvements It's time to shake things up. Node-oracledb version 1 has been stable for a while. Our tight, hard working team is now proud to deliver node-oracledb 2 to you. With improvements throughout the code and documentation, this release is looking great. There are now over 3000 functional tests, as well as solid...
Release announcement: Node-oracledb 2.0.15, the Node.js add-on for Oracle Database, is now on npm for general use. Top features: Pre-built binaries, Query fetch improvements It's time to shake things...
ODPI-C The production release of Oracle Database Programming Interface for C (ODPI-C) is now available on GitHub. ODPI-C is an open source library of C code...
ODPI-C The production release of Oracle Database Programming Interface for C (ODPI-C) is now available on GitHub. ODPI-C is an open source library of C code that simplifies access to Oracle Database for applications written in C or C++. ODPI-C: exposes a C API in a readily consumable way to C and C++ developers writing applications for Oracle Database. is aimed at language interfaces and applications where speed of development is important, and where special-case Oracle...
ODPI-C The production release of Oracle Database Programming Interface for C (ODPI-C) is now available on GitHub. ODPI-C is an open source library of C code that simplifies access to Oracle Database...
Node-oracledb 2.0.13-Development is now on GitHub. Node-oracledb is the Node.js interface for Oracle Database. Top features: Version 2 is based on the new...
Node-oracledb 2.0.13-Development is now on GitHub. Node-oracledb is the Node.js interface for Oracle Database. Top features: Version 2 is based on the new ODPI-C abstraction layer. Additional data type support. The full Changelog is here. The node-oracledb 2.0.13-Development documentation is here. I'd recommend testing and reporting any issues as early as possible during the 2.0 Development release cycle. This is a development release so we are aware of some rough edges. I'll...
Node-oracledb 2.0.13-Development is now on GitHub. Node-oracledb is the Node.js interface for Oracle Database. Top features: Version 2 is based on the new ODPI-C abstraction layer. Additional data...
I'm just catching up on some releases that happened prior/during my vacation. Here are some things you may have missed tweets on: PHP OCI8 2.1.4 for PHP 7 was...
I'm just catching up on some releases that happened prior/during my vacation. Here are some things you may have missed tweets on: PHP OCI8 2.1.4 for PHP 7 was released to PECL. This version corresponds to the OCI8 code in PHP 7.0.18 and 7.1.4. If you are on earlier versions, you should upgrade to avoid an uninitialized memory issue, which is bound to cause random things when you least want them. Node-oracledb 1.13.1 was released, fixing a regression binding NULL to PL/SQL...
I'm just catching up on some releases that happened prior/during my vacation. Here are some things you may have missed tweets on: PHP OCI8 2.1.4 for PHP 7 was released to PECL. This version...
Oracle Cloud is a great fit for your application deployment. Say no more! I've just published some how-to's on using scripting languages like Node.js, Python,...
Oracle Cloud is a great fit for your application deployment. Say no more! I've just published some how-to's on using scripting languages like Node.js, Python, PHP, R and Ruby with Oracle Database Cloud and with the PaaS "Oracle Database Express Cloud Service". You can use any of the mentioned languages, use other OCI or OCCI-based languages, or take advantage of the Application Container Cloud Service to deploy of Node.js and PHP applications: Using On-Premise Scripting...
Oracle Cloud is a great fit for your application deployment. Say no more! I've just published some how-to's on using scripting languages like Node.js, Python, PHP, R and Ruby with Oracle Database...
Node-oracledb 1.13.0, the Node.js add-on for Oracle Database, is on npm. Top node-oracledb feature: a fetchAsBuffer mode for fetching BLOBs. A side note: Oracle...
Node-oracledb 1.13.0, the Node.js add-on for Oracle Database, is on npm. Top node-oracledb feature: a fetchAsBuffer mode for fetching BLOBs. A side note: Oracle Database 12.2 is also here! And Oracle Instant Client 12.2 is available too. Node-oracledb works with 12.2 client libraries (as well as 11.2 and 12.1). With 12.2 client, you can connect to 11.2, 12.1 and 12.2 databases, using Oracle's cross version interoperability which allows Oracle clients to connect to older (or...
Node-oracledb 1.13.0, the Node.js add-on for Oracle Database, is on npm. Top node-oracledb feature: a fetchAsBuffer mode for fetching BLOBs. A side note: Oracle Database 12.2 is also here! And...