skip to main content
About the Driver : Using the driver : Statement Pool Monitor : Enabling Statement Pooling
  

Try DataDirect Drivers Now
Enabling Statement Pooling
To enable statement pooling, set the driver MaxPooledStatements connection property to a positive integer. For example, the following connection URL enables statement pooling and sets the maximum number of pooled prepared statements for this connection to 20.
jdbc:datadirect:oracleservicecloud:loginHost=mysite.custhelp.com;
User=test;Password=secret;
MaxPooledStatements=20