Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Python-oracledb 2.0 for Oracle Database introduces asyncio support

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 for details.

Comments

Post Details

Added on Dec 20 2023
0 comments
424 views