Question about connection establishment time #334
Replies: 2 comments 1 reply
-
There seems to be a missing close parenthesis for FAILOVER_MODE. |
Beta Was this translation helpful? Give feedback.
1 reply
-
it was a rootless docker's network issue. After changing the network driver, it's working as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello python-oracledb team,
I've been seeing some abnormal connection establishment time. it usually takes less than 1s to establish connection to OracleDB, but sometime some connections take longer (5s~60s) than usual.
Could you guide me how to debug this issue?
Thank you!
-- connection info --
python-oracledb 2.2.0
code
Beta Was this translation helpful? Give feedback.
All reactions