Replies: 4 comments 12 replies
-
It would be helpful to include the full traceback, what version of Python and python-oracledb you are using, what database version you are using, etc. If you can re-run your script after setting the environment variable |
Beta Was this translation helpful? Give feedback.
-
Oracle Database 12c Release 12.1.0.1.0 64it Production oracledb 1.1.1
|
Beta Was this translation helpful? Give feedback.
-
Windows PowerShell Prueba la nueva tecnología PowerShell multiplataforma https://aka.ms/pscore6 PS C:\Users\fanto> & "C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python39_64/python.exe" c:/Users/fanto/oracle.pyoracledb 1.1.1
|
Beta Was this translation helpful? Give feedback.
-
See #189 for further information. |
Beta Was this translation helpful? Give feedback.
-
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)
Beta Was this translation helpful? Give feedback.
All reactions