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 a5aa4a5 commit 14a0813Copy full SHA for 14a0813
doc/api.md
@@ -3066,6 +3066,10 @@ round-trips. The `callTimeout` value applies to each round-trip individually,
3066
not to the sum of all round-trips. Time spent processing in node-oracledb
3067
before or after the completion of each round-trip is not counted.
3068
3069
+The `callTimeout` setting has no effect when using IPC connections, i.e. when
3070
+node-oracledb is running on the same host as the Oracle Database Network
3071
+listener.
3072
+
3073
See [Database Call Timeouts](#dbcalltimeouts) for more information about
3074
limiting statement execution time, and also about limiting the time taken to
3075
open new connections.
0 commit comments