Skip to content

New configurable 'ora_python_driver_type' setting for Oracle Library

Compare
Choose a tag to compare
@s7clarke10 s7clarke10 released this 09 Nov 02:48
· 5 commits to master since this release
01c977e

Adding new optional configuration setting 'ora_python_driver_type'. This setting allows you to pick which Oracle Library Driver / mode to operate in.

  • cx : cx_Oracle (Use the legacy cx_Oracle library - default)
  • thin: oracledb (Use thin mode - no Oracle Client required. Required for MacOS)
  • thick: oracledb (Use thick mode - use Oracle Client)