Statement Cache Size

This option indicates the number of statements that the statement cache can contain. Even though the Simba Oracle ODBC Driver does not place any restriction on the size of the statement cache, you must be aware of the maximum number of open cursors allowed in your data source. For example, if the cache size is set to a value higher than the maximum number of open cursors allowed in your data source, you may see an error such as the following:

ORA-01000: maximum open cursors exceeded

We recommend that you turn on auto-tuning with the connection-specific parameters such as prefetch and statement_cache for performance improvements. For more information, see the following:

Key Name Default Value Required

StmtCacheSize

20

No