All Questions
Tagged with python-oracledb docker
3 questions
2
votes
1
answer
459
views
Failed to connect Superset to Oracle Database [closed]
Hi, i try to install superset with docker on ubuntu, but when i tried to connect with my oracle database i get this error. i already add RUN pip install cx_Oracle ini Dockerfile but still not work.
...
1
vote
3
answers
1k
views
python-oracledb module fails to use instantclient in a docker container
I'm trying to build a docker image to access an oracle database
at runtime, I'm having the following error message: DPI-1047: Cannot locate a 64-bit Oracle Client library: "/oracle/instantclient/...
0
votes
1
answer
2k
views
DPY-3010 when connecting python-oracledb to Oracle DB 11.2 / Airflow
Oracle db does not support thin mode because it is an old version. How do I switch to thick mode in dockerfile?
This is my docker file:
FROM apache/airflow:2.5.0
RUN pip install cx_oracle
RUN pip ...