ballerinax/oracledb.driver Ballerina library

1.5.1

Overview

The OracleDB driver provides a reliable and high-performance connectivity to Oracle databases. It enables efficient execution of SQL queries, updates, and other database operations. The driver is designed to provide a seamless experience for interacting with OracleDB, supporting various data types and advanced features of the database.

Key Features

  • High-performance and reliable database connectivity
  • Support for various SQL operations (Query, Execute, Batch)
  • Efficient handling of database connections and resources
  • Support for database-specific data types and features
  • Secure communication with TLS and authentication
  • GraalVM compatible for native image builds

Compatibility

Version
Ballerina Language2201.7.0
OracleDB Driver(ojdbc10)19.6.0.0
XDB21.3.0.0
Xmlparserv212.2.0.1

The above OracleDB drivers are released under the Oracle Free Use Terms and Conditions.

Usage

To add the OracleDB driver dependency the project, simply import the module as below,

Copy
import ballerina/sql;
import ballerinax/oracledb;
import ballerinax/oracledb.driver as _;

Report issues

To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina standard library parent repository.

Import

import ballerinax/oracledb.driver;Copy

Other versions

See more...

Metadata

Released date: about 17 hours ago

Version: 1.5.1

License: Apache-2.0


Compatibility

Platform: java21

Ballerina version: 2201.11.0

GraalVM compatible: Yes


Pull count

Total: 6857

Current verison: 14


Weekly downloads


Source repository


Keywords

OracleDB

Vendor/Oracle

Area/Database

Type/Driver


Contributors