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 DevelopersSimplifying Python applications by using named connection poolsPython-oracledb 3.0 allows you to name pools when they are created. You can access them later by that name instead of having to pass around…5d ago5d ago
Updated python-oracledb tutorialThe self-paced python-oracledb tutorial has been refreshed.6d ago6d ago
Python-oracledb 3.1 has been released with improved Advanced Queueing and Data Frame featuresThe python-oracledb 3.1 release is now available on PyPI.Apr 3Apr 3
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…Mar 28Mar 28
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…Mar 26Mar 26
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…Mar 26Mar 26
In case you missed it: new Oracle Database driver blogsIf you aren’t following my colleagues you might have missed these posts:Mar 24Mar 24
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