StatementCachePurge Property
Determines whether to clear the OCI statement cache when closing the connection or putting it to the pool.
public bool StatementCachePurge {get; set;}
'Declaration
Public Property StatementCachePurge As Boolean
Property Value
If
true, the OCI statement cache is cleared when closing the connection or putting it to the pool. The default value is
false.