Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Sets the size of the compiled command cache for commands that perform materialized view maintenance.
This procedure requires the ADMIN privilege.
Syntax
ttOptSetMaxCmdFreeListCnt(maxCnt)
Parameters
ttOptSetMaxPriCmdFreeListCnt has the required parameter:
Parameter | Type | Description |
---|---|---|
maxCnt |
TT_INTEGER NOT NULL | The size of the SQL compiled command cache. |
Result set
ttOptSetMaxPriCmdFreeListCnt returns no results.
Example
CALL ttOptSetMaxPriCmdFreeListCnt(40);
See also