Photo by Lucas Kapla on Unsplash

Release 4.5 of the 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++.

Top features:

  • Support for Azure Active Directory OAuth 2.0 token based authentication
  • Advanced Queuing (AQ) APIs now support enqueuing and dequeuing of JSON payloads.

ODPI-C References

--

--

An abstract, colorful image
Photo by Milad Fakurian on Unsplash

Release announcement: A new release of node-oracledb, the Node.js and TypeScript module for accessing Oracle Database, is available from npm.

Top features: OAuth 2.0 Token Support

OAuth 2.0 token authentication to Oracle Database is now supported by node-oracledb 5.5. This lets Oracle Cloud Infrastructure (OCI) users be centrally managed by Microsoft Azure Active Directory.

See the CHANGELOG for all other changes.

Installing or Upgrading node-oracledb

You can install or upgrade node-oracle by updating your package.json requirements:

"dependencies": {
"oracledb": "^5.5"
},

Resources

Finally, contributions to node-oracledb are more than welcome, see CONTRIBUTING.

--

--

The logo for the Apache Airflow project

A community contribution has upgraded the Apache Airflow provider for Oracle Database from the Python cx_Oracle driver namespace to use its new name python-oracledb. Since python-oracledb doesn’t need Oracle Client libraries, this means installation just got a lot easier.

If you don’t know what Airflow is, from its website:

“Airflow is a platform to programmatically author, schedule and monitor workflows.”

Thanks Leonard Meerwood, Jarek Potiuk and Đặng Minh Dũng for getting the upgrade merged!

RESOURCES

--

--

Christopher Jones

Christopher Jones

Oracle Database product manager for language drivers including Python python-oracledb, Node.js node-oracledb, and PHP OCI8 — and more!