Replies: 1 comment 15 replies
-
You can in your application (before it creates a connection) make a call to We would, however, like to resolve the issue for thin mode, too. Can you provide details on the database version and the nature of the network connection between them? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently working with Apache Airflow and the newer version we are upgrading to is using oracledb over cx_oracle. Previously we had no issue connecting with cx_oracle and still don't. Oracledb however seems to hang and then throw DPY-4011 exceptions. I have't been able to find much information on this aside from 1 or 2 articles mentioning to use
disable_oob=True
which unfortunately I can't set with Apache Airflow in the current version. I have confirmed this does fix our issue however.I'm wondering if this is something I can resolve without the connection parameter
disable_oob=True
.Happy to provide anymore information if it helps.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions