dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / StatementCacheSize Property

StatementCacheSize Property
Gets or sets the maximum number of statements that can be cached for a connection.
Syntax
'Declaration
 
Public Property StatementCacheSize As Integer
 

Property Value

The maximum number of statements that can be cached for a connection. Default value is 0 (statement caching is disabled).
Remarks
Statement caching starts if this parameter is set to a value more than 0. It should not be more than MAX_OPEN_CURSORS parameter in an Oracle database.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also