DEV Community

Cover image for Finally Native Reactive JDBC Driver for Oracle Database
Ashish Choudhary
Ashish Choudhary

Posted on

2 1

Finally Native Reactive JDBC Driver for Oracle Database

We finally have Reactive extensions for the Oracle JDBC driver that uses java.util.concurrent.Flow and Reactive streams.

The Reactive Extensions are a set of methods that extend the JDBC standard to offer asynchronous database access.

Screenshot 2020-12-10 at 5.57.11 PM

The Reactive Extensions use non-blocking mechanisms for creating Connection objects, executing SQL statements, fetching rows, committing transactions, rolling back transactions, closing Connection objects, and reading and writing BFILEs, BLOBs, and CLOBs.
You can read more details here

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay