Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

(cx_Oracle.DatabaseError) DPI-1047: Cannot locate a 64-bit Oracle Client library: “DLL load failed:

4223444Apr 2 2020 — edited Apr 4 2020

Hello everybody I know there are lots of documant about it and I read every document and applied tnem but still I get this error. I dont know why.

Oracle Database 11gR2 Express Edition for Windows x64

I installed "SQL Developer 19.2.1 windows 64-bit with JDK included"

pip install cx_Oracle

import cx_Oracle

con = cx_Oracle.connect('system/password@127.0.0.1/xe')

print(con)

Inside evironemnt variable C:\oraclexe\app\oracle\product\11.2.0\server\bin

Please I hope you can help me because I am trying this over 2 days. thanks

This post has been answered by Christopher Jones-Oracle on Sep 5 2023
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2023
Added on Apr 2 2020
17 comments
34,367 views