You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/api_manual/pool.rst
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -536,11 +536,6 @@ Pool Methods
536
536
as the maximum number of connections in the pool, or the statement cache
537
537
size used by connections can be changed.
538
538
539
-
.. note::
540
-
541
-
This method is only supported in node-oracledb Thick mode. See
542
-
:ref:`enablingthick`.
543
-
544
539
Properties are optional. Unspecified properties will leave those pool
545
540
properties unchanged. The properties are processed in two stages. After
546
541
any size change has been processed, reconfiguration on the other
@@ -587,19 +582,19 @@ Pool Methods
587
582
- Description
588
583
* - ``poolAttrs``
589
584
- Object
590
-
- The ``oracledb.createPool()`` properties that can be changed with ``pool.reconfigure()`` are:
585
+
- The following ``oracledb.createPool()`` properties can be changed with ``pool.reconfigure()`` in both Thin and Thick modes unless otherwise specified:
A ``resetStatistics`` property can also be set to *true*. This zeros the current pool statistics, with the exception of ``queueMax`` which is set to the current queue length. Statistics are also reset when statistics recording is turned on with the ``enableStatistics`` property.
0 commit comments