@@ -1023,10 +1023,10 @@ the chance a pooled connection is valid when it is used because
1023
1023
identified un-unusable connections will not be returned to the
1024
1024
application by ` getConnection() ` .
1025
1025
1026
- Note when node-oracledb is built with version 12.2 of the Oracle
1027
- client library, the value of ` poolPingInterval ` is ignored. Oracle
1028
- client 12.2 has a lightweight, always-enabled connection check that
1029
- replaces explicit pinging.
1026
+ Note when node-oracledb is using version 12.2 of the Oracle client
1027
+ library, the value of ` poolPingInterval ` is ignored. Oracle client
1028
+ 12.2 has a lightweight, always-enabled connection check that replaces
1029
+ explicit pinging.
1030
1030
1031
1031
With Oracle client 12.1 or earlier, unless ` poolPingInterval ` is ` 0 ` ,
1032
1032
it is possible for un-usable connections to be returned by a pool
@@ -1427,9 +1427,9 @@ connection has been idle in the pool for at least `poolPingInterval`
1427
1427
seconds, an internal "ping" will be performed first to check the
1428
1428
aliveness of the connection.
1429
1429
1430
- Note this attribute is ignored when node-oracledb is built with Oracle
1431
- client 12.2, since this has its own lightweight, always-enabled
1432
- connection check.
1430
+ Note this attribute is ignored when node-oracledb is using version
1431
+ 12.2 of the Oracle client library , since this has its own lightweight,
1432
+ always-enabled connection check.
1433
1433
1434
1434
The default value is 60.
1435
1435
@@ -3501,11 +3501,11 @@ return a connection from the pool but an error will occur when the
3501
3501
application later uses the connection.
3502
3502
3503
3503
Note that explicit pinging is unnecessary and is not performed when
3504
- node-oracledb is built with version 12.2 of the underlying Oracle
3505
- client library. This has its own lightweight, always-enabled
3506
- connection check. It will return a valid connection to the
3507
- node-oracledb driver, which in turn returns it via ` getConnection ()` .
3508
- The value of ` poolPingInterval` is ignored.
3504
+ node-oracledb is using version 12.2 of the Oracle client library.
3505
+ This has its own lightweight, always-enabled connection check. It
3506
+ will return a valid connection to the node-oracledb driver, which in
3507
+ turn returns it via ` getConnection ()` . The value of
3508
+ ` poolPingInterval` is ignored.
3509
3509
3510
3510
With Oracle client 12.1 and earlier, when a
3511
3511
pool [` getConnection ()` ](#getconnectionpool) is called and the
0 commit comments