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
Node-oracledb's [`execute()`](#execute) method uses the
3721
+
[Oracle OCI statement cache](https://docs.oracle.com/database/121/LNOCI/oci09adv.htm#i471377) instead of requiring applications to prepare and execute statements in separate steps.
3712
3722
Each non-pooled connection and each session in the connection pool has
3713
3723
its own cache of statements with a default size of 30. Statement
3714
3724
caching lets cursors be used without re-parsing the statement.
0 commit comments