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
328 stars 66 forks source link

Exception KeyError: 'AUTH_PBKDF2_CSK_SALT' with oracledb.connect() #189

Closed anthony-tuininga closed 1 year ago

anthony-tuininga commented 1 year ago

Discussed in https://github.com/oracle/python-oracledb/discussions/92

Originally posted by **fantoniou** October 31, 2022 Any ideas of why this might be happening? Mensaje = 'AUTH_PBKDF2_CSK_SALT' Origen = C:\Users\fanto\source\repos\PythonApplication2\PythonApplication2\PythonApplication2.py Seguimiento de la pila: File "C:\Users\fanto\source\repos\PythonApplication2\PythonApplication2\PythonApplication2.py", line 13, in (Current frame) con = oracledb.connect(user="xxxxxxxx", password="xxxxxxxx", params=params)
anthony-tuininga commented 1 year ago

I have been able to replicate this issue locally and have a patch which I hope to apply shortly.

anthony-tuininga commented 1 year ago

I have pushed a patch that should correct this issue. If you are able to build from source you can verify that it corrects your issue as well.

anthony-tuininga commented 1 year ago

This has been fixed in python-oracledb 1.3.2 which was just released.