Error DPI-1047 connect Oracle Database #30535
Replies: 1 comment
-
Hey @jrlittlefoot64! I'm here to help you with that Oracle Database issue. Let's get this sorted out! 😊 I found some similar discussions and a closed issue that might help you resolve the DPI-1047 error with cx_Oracle in your Docker setup.
These resources should help you configure your Docker environment to properly include the Oracle Client libraries and resolve the DPI-1047 error. |
Beta Was this translation helpful? Give feedback.
-
I have superset installed with docker compose and TAG 4.0.2. cx_Oracle is in requirements-local.txt but got this Error:
FEHLER: (builtins.NoneType) None
[SQL: (cx_Oracle.DatabaseError) DPI-1047: Cannot locate a 64-bit Oracle Client library: "libclntsh.so: cannot open shared object file: No such file or directory". See https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html for help
(Background on this error at: https://sqlalche.me/e/14/4xp6)]
(Background on this error at: https://sqlalche.me/e/14/dbapi)
need help!
Beta Was this translation helpful? Give feedback.
All reactions