PinnedPublished inLevel Up CodingOpen Source Python Thin Driver for Oracle DatabaseA new major Python cx_Oracle driver release is available and comes with a brand new name, python-oracledb. This is very exciting news.May 25, 20221May 25, 20221
Writing to Parquet and Delta Lake files from Oracle Database using PythonThe python-oracledb 3.0 driver for Oracle Database introduced two new methods connection.fetch_df_all() and connection.fetch_df_batches()…10h ago10h ago
python-oracledb 3.0 Data Frames — a new way to query dataTo make interacting with Python data analysis, machine learning, and AI libraries that use data frames more efficient, python-oracledb 3.0…Mar 5Mar 5
New release of python-oracledb 3.0 Fetches Directly to Data FramesPython-oracledb 3.0 is a big release, well worthy of a major version jump. It has a focus on connection management, but two other marquee…Mar 3Mar 3
A driver connection pool, a DRCP pool, or an Implicit Connection Pool?Oracle Database has various connection pooling solutions that are available to its language drivers to help performance, scalability, and…Feb 26Feb 26
node-oracledb 6.7 and ROracle 1.5 releasesMy team has released node-oracledb 6.7 and ROracle 1.5 drivers for Oracle Database. Check out the release blog posts:Nov 19, 2024Nov 19, 2024
Published inOracle DevelopersUsing Pipelining for Efficient Schema CreationSupport for Oracle Database 23ai Pipelining is one of the fun features of python-oracledb. Recently I’ve been using it for schema creation…Nov 13, 2024Nov 13, 2024
Python-oracledb 2.5 brings greater flexibility to Oracle Database appsPython-oracledb 2.5, the extremely popular Oracle Database interface for Python, is now on PyPI.Nov 5, 2024Nov 5, 2024
Using Django Connection PoolingThere are so many applications where database connection pooling makes sense, including web sites which have many users. I’ve written…Oct 30, 2024Oct 30, 2024
Pipelined database operation performance redux with python-oracledb: very impressiveIn Pipelined database operations with python-oracledb 2.4 I gave a simple benchmark showing the performance benefit of Oracle Database 23ai…Sep 12, 20241Sep 12, 20241