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

In This Topic
    StatementCacheSize Property
    In This Topic
    Gets or sets the maximum number of statements that can be cached for a connection.
    Syntax
    'Declaration
     
    Public Property StatementCacheSize As Integer
    public int StatementCacheSize {get; set;}

    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.
    See Also