File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5582,6 +5582,12 @@ the [`createPool()`](#createpool) method.
5582
5582
With Oracle Database 12c, the statement cache size can be automatically tuned with the
5583
5583
[External Configuration](#oraaccess) *oraaccess.xml* file.
5584
5584
5585
+ To manually tune the statement cache size, monitor general application
5586
+ load and the [AWR](http://docs.oracle.com/database/122/TGDBA/gathering-database-statistics.htm#TGDBA168)
5587
+ "bytes sent via SQL*Net to client" values. The latter statistic
5588
+ should benefit from not shipping statement metadata to node-oracledb.
5589
+ Adjust the statement cache size to your satisfaction.
5590
+
5585
5591
## <a name="oraaccess"></a> 16. External Configuration
5586
5592
5587
5593
When node-oracledb is linked with Oracle Database 12c client libraries, the Oracle
You can’t perform that action at this time.
0 commit comments