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
Published inOracle DevelopersHigh Availability in PHP OCI8 with Oracle Database Application ContinuityThis is a demonstration of how Oracle Database’s Application Continuity feature helps PHP OCI8 applications continue running smoothly…12h ago12h ago
Published inOracle DevelopersThe Go godror driver now supports the Oracle Database 23ai VECTOR data typeTamás Gulácsi’s excellent godror driver for the Go language now supports the Oracle Database 23ai VECTOR data type, courtesy of a pull…3d ago3d ago
Published inOracle DevelopersHow to create n8n workflows that connect to Oracle DatabaseThe n8n workflow automation tool describes itself as “a workflow automation tool that combines AI capabilities with business process…3d ago3d ago
In case you missed it: new Oracle Database driver blogsIf you aren’t following my colleagues you might have missed these posts:5d ago5d ago
Round-trips are only part of the data insertion problemWhen inserting data, it’s not all about reducing the number of round-trips between the application and the database: don’t forget to check…Mar 18Mar 18
Published inLevel Up CodingWriting 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()…Mar 12Mar 12
Published inOracle Developerspython-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 51Mar 51
Published inOracle DevelopersNew release of python-oracledb 3.0Python-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
Published inOracle DevelopersA 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