Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Sets the size of the regular SQL compiled command cache. To get the current setting use the ttOptGetMaxCmdFreeListCnt procedure.
This procedure requires the ADMIN privilege.
Syntax
ttOptSetMaxCmdFreeListCnt(maxCnt)
Parameters
ttOptSetMaxCmdFreeListCnt has the required parameter:
Parameter | Type | Description |
---|---|---|
maxCnt |
TT_INTEGER NOT NULL | The size of the SQL compiled command cache. |
Result set
ttOptSetMaxCmdFreeListCnt returns no results.
Example
CALL ttOptSetMaxCmdFreeListCnt(40);
See also