HN user

cjorcl

3 karma

I work at Oracle on scripting languages.

Posts23
Comments3
View on HN
cjones-oracle.medium.com 2y ago

Python-oracledb 2.0 for Oracle Database introduces asyncio support

cjorcl
1pts1
cjones-oracle.medium.com 4y ago

Open Source Python Thin Driver for Oracle Database

cjorcl
2pts0
blogs.oracle.com 5y ago

Faster JSON with Python Cx_Oracle 8.1 and Oracle Database

cjorcl
1pts0
blogs.oracle.com 5y ago

Faster JSON with node-oracledb 5.1 and Oracle Database 21c

cjorcl
1pts0
blogs.oracle.com 6y ago

Node-Oracledb 5.0 Adds Nested Cursors, Database Startup, and Prefetch Tuning

cjorcl
1pts0
blogs.oracle.com 6y ago

The New Python Cx_Oracle 8.0 Interface for Oracle DB Brings Easier Configuration

cjorcl
2pts0
blogs.oracle.com 6y ago

Node-oracledb 4.2 released with improved data type binding

cjorcl
1pts0
blogs.oracle.com 6y ago

Node.js node-oracledb 4.1 for Oracle Database has support for Oracle Sharding

cjorcl
1pts0
blogs.oracle.com 6y ago

Node.js node-oracledb 4.0 supports Advanced Queuing and Oracle DB named objects

cjorcl
2pts0
blogs.oracle.com 7y ago

Improved Oracle Advanced Queuing in Cx_Oracle 7.2

cjorcl
1pts0
blogs.oracle.com 7y ago

Use node-oracledb 3.1's connection tagging to efficiently set session state

cjorcl
1pts0
blogs.oracle.com 7y ago

Node-oracledb 3.0 introduces SODA document storage support

cjorcl
1pts0
blogs.oracle.com 7y ago

Python Cx_Oracle 7 Introduces SODA Document Storage

cjorcl
1pts0
blogs.oracle.com 8y ago

Demo: GraphQL with Node-Oracledb for Oracle Database

cjorcl
1pts2
blogs.oracle.com 8y ago

Node-oracledb 2.3 with Continuous Query Notifications is on npm

cjorcl
1pts0
yum.oracle.com 8y ago

Oracle Linux for Python Developers – It's Easy

cjorcl
2pts0
blogs.oracle.com 8y ago

A Node-Oracledb Web Service in Docker

cjorcl
1pts0
blogs.oracle.com 8y ago

Node-oracledb 2.2 with Batch Statement Execution (& more) released

cjorcl
1pts0
blogs.oracle.com 8y ago

Using C or C++? ODPI-C 2.2 is now available for Oracle Database

cjorcl
1pts0
blogs.oracle.com 8y ago

Python cx_Oracle 6.2 is on PyPI

cjorcl
1pts0
blogs.oracle.com 8y ago

Node-oracledb 2.1 is now installable from npm

cjorcl
1pts0
blogs.oracle.com 8y ago

Node.js and Oracle DB: Node-Oracledb v2 Query Methods and Fetch Tuning

cjorcl
2pts0
blogs.oracle.com 8y ago

Node-oracledb 2.0 with pre-built binaries is on npm

cjorcl
2pts1

Python-oracledb 2.0 for Oracle Database introduces asyncio support

Python-oracledb is the Python driver for Oracle Database.

The main changes in 2.0 are:

- Support for asynchronous concurrent coding - Support for ‘Success With Info’ warnings - Support for configuring the SDU in Thin mode - The future `oracledb.__future__.old_json_col_as_ob`j has been removed - New Connection object attributes - New SQL Domain and Annotation attributes - Some obsolete, long deprecated parameters like `encoding` and `nencoding` have been desupported - Support for the obsolete Python 3.6 release has been dropped (you can use Python 3.7, 3.8, 3.9, 3.10, 3.11 and 3.12 !)

Check the release announcement: https://cjones-oracle.medium.com/python-oracledb-2-0-has-asy...