Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _is_couldnt_connect
Function
_is_couldnt_connect
lib/sqlalchemy/dialects/oracle/provision.py:164–165 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
162
assert dialect.driver ==
"cx_oracle"
163
164
def
_is_couldnt_connect(err):
165
return
"DPY-6005"
in str(err) or
"ORA-12516"
in str(err)
166
167
err_ = None
168
for
_ in range(5):
Callers
1
_connect_with_retry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected