We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999fd2b commit 0b7294fCopy full SHA for 0b7294f
src/oracledb/impl/thick/pool.pyx
@@ -54,10 +54,6 @@ cdef class ThickPoolImpl(BasePoolImpl):
54
self.increment = params.increment
55
self.homogeneous = params.homogeneous
56
57
- # ensure that the Oracle Client library is initialized
58
- if driver_context == NULL:
59
- init_oracle_client()
60
-
61
# set up common creation parameters
62
if dpiContext_initCommonCreateParams(driver_context,
63
&common_params) < 0:
0 commit comments