Wie kann ich von Python aus auf Oracle zugreifen?

Wie kann ich von Python aus auf Oracle zugreifen? Ich habe ein cx_Oracle msi-Installationsprogramm heruntergeladen, aber Python kann die Bibliothek nicht importieren.

Ich erhalte den folgenden Fehler:

import cx_Oracle

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    import cx_Oracle
ImportError: DLL load failed: The specified module could not be found.

Ich bin für jede Hilfe dankbar.

Antworten auf die Frage(18)

Ihre Antwort auf die Frage