File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7089,6 +7089,10 @@ and [`maxSize`](#executebindParams) properties is used:
7089
7089
For [PL/SQL Associative Array binds](#plsqlindexbybinds)
7090
7090
a [`maxArraySize`](#executebindParams) property is also required
7091
7091
7092
+ Note that before a PL/SQL block returns, all OUT binds should be set
7093
+ to NULL or, for REF CURSORS, to an empty result set. See this [GitHub
7094
+ Issue][102].
7095
+
7092
7096
#### <a name="outbinds"></a> Accessing OUT Bind Values
7093
7097
7094
7098
The [`results`](#executecallback) parameter of the `execute()`
@@ -8849,3 +8853,4 @@ When upgrading from node-oracledb version 2.0 to version 2.1:
8849
8853
[99]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-373BAF72-3E63-42FE-8BEA-8A2AEFBF1C35
8850
8854
[100]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-ABC7AE4D-64A8-4EA9-857D-BEF7300B64C3
8851
8855
[101]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-2BEF5482-CF97-4A85-BD90-9195E41E74EF
8856
+ [102]: https://github.com/oracle/node-oracledb/issues/886
You can’t perform that action at this time.
0 commit comments