You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python-oracledb driver is the upgrade from cx_Oracle, see the release announcement. This was first released several years ago and it's past time for oci-cli to update, e.g. to update setup.py and change:
extras = {
'db': ['cx_Oracle==8.3']
}
to:
extras = {
'db': ['oracledb']
}
This new version of the driver for Oracle Database connectivity has various advantages, notably it doesn't require Oracle Client libraries to be installed.
The text was updated successfully, but these errors were encountered:
The python-oracledb driver is the upgrade from cx_Oracle, see the release announcement. This was first released several years ago and it's past time for oci-cli to update, e.g. to update setup.py and change:
to:
This new version of the driver for Oracle Database connectivity has various advantages, notably it doesn't require Oracle Client libraries to be installed.
The text was updated successfully, but these errors were encountered: