oracle / python-oracledb

Python driver for Oracle Database conforming to the Python DB API 2.0 specification. This is the renamed, new major release of cx_Oracle
https://oracle.github.io/python-oracledb
Other
339 stars 67 forks source link

ONE problem needs to solve #46

Closed xxy2012427 closed 2 years ago

xxy2012427 commented 2 years ago

oracledb.exceptions.NotSupportedError: DPY-3010: connections to this database server version are not supported by python-oracledb in thin mode

should i add code: oracledb.init_oracle_client(……)
to try it again?

cjbj commented 2 years ago

Yes.