oracledb: 1.0.3
python: 3.10.5
database: 19.10.0.0.0
crash
DPY-2019: python-oracledb thick mode cannot be used because a thin mode connection has already been created
Yes. Im trying to use thin mode first and switch to thick when the database is incompatible
try: connection = oracledb.connect(params=params) except oracledb.NotSupportedError as err: print( err.args[0].message ) # DPY-3015: password verifier type 0x939 is not supported by python-oracledb in thin mode oracledb.init_oracle_client() # Try fallback in thick mode connection = oracledb.connect(params=params)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4